The following tables list the members exposed by IDataRecord.
Public Properties
| Name | Description |
| FieldCount | Returns the number of fields in the current row. |
Top
Public Methods
| 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. |
Top
See Also