|
| bool? | AllowDBNull [get, protected set] |
| |
| string? | BaseCatalogName [get, protected set] |
| |
| string? | BaseColumnName [get, protected set] |
| |
| string? | BaseSchemaName [get, protected set] |
| |
| string? | BaseServerName [get, protected set] |
| |
| string? | BaseTableName [get, protected set] |
| |
| string | ColumnName = "" [get, protected set] |
| |
| int? | ColumnOrdinal [get, protected set] |
| |
| int? | ColumnSize [get, protected set] |
| |
| bool? | IsAliased [get, protected set] |
| |
| bool? | IsAutoIncrement [get, protected set] |
| |
| bool? | IsExpression [get, protected set] |
| |
| bool? | IsHidden [get, protected set] |
| |
| bool? | IsIdentity [get, protected set] |
| |
| bool? | IsKey [get, protected set] |
| |
| bool? | IsLong [get, protected set] |
| |
| bool? | IsReadOnly [get, protected set] |
| |
| bool? | IsUnique [get, protected set] |
| |
| int? | NumericPrecision [get, protected set] |
| |
| int? | NumericScale [get, protected set] |
| |
| string? | UdtAssemblyQualifiedName [get, protected set] |
| |
| Type? | DataType [get, protected set] |
| |
| string? | DataTypeName [get, protected set] |
| |
| virtual ? object | this[string property] [get] |
| |
Definition at line 8 of file DbDataReaderExtensions.cs.