The following tables list the members exposed by IDataRecord.
Name | Description | |
---|---|---|
![]() | FieldCount | Returns the number of fields in the current row. |
Name | Description | |
---|---|---|
![]() | GetData | Returns an IDataRecord providing access to a related set of child records. |
![]() | GetFieldType | Gets the data type of the field at the specified index. |
![]() | GetName | Gets the name of the field at the specified field index. |
![]() | GetOrdinal | Gets the ordinal field index of the field with the specified name. |
![]() | GetValue | Gets the value of the field at the specified index. |