IExtendedDataRecord Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | DataRecordInfo | Gets DataRecordInfo for this IExtendedDataRecord. |
![]() | FieldCount | Gets the number of columns in the current row.(Inherited from IDataRecord.) |
![]() | Item[Int32] | Gets the column located at the specified index.(Inherited from IDataRecord.) |
![]() | Item[String^] | Gets the column with the specified name.(Inherited from IDataRecord.) |
Show:
