| Name | Description |
 | GetBlob |
Gets the byte array value of the specified column.
|
 | GetBoolean | Gets the value of the specified field as a Boolean. |
 | GetByte |
Gets the 8-bit unsigned integer value of the specified column.
|
 | GetChar |
Gets the character value of the specified column.
|
 | GetDataTypeName |
Gets the data type information for the specified column.
|
 | GetDateTime |
Gets the DateTime of the specified column.
|
 | GetDecimal |
Gets the fixed-position numeric value of the specified column.
|
 | GetDouble |
Gets the double-precision floating point number of the specified column.
|
 | GetFid |
Gets the FID for the current record.
|
 | GetFieldType | Gets the type information for the field specified by the column index. |
 | GetFloat |
Gets the float value of the specified column.
|
 | GetGeometry |
Gets the geometry for the current record.
|
 | GetGlobalId |
Gets the GlobalID for the current record.
|
 | GetGuid | Gets the GUID value of the specified column. |
 | GetInt16 |
Gets the 16-bit signed integer value of the specified column.
|
 | GetInt32 |
Gets the 32-bit signed integer value of the specified column.
|
 | GetInt64 |
Gets the 64-bit signed integer value of the specified column.
|
 | GetName | Gets a column name by column index. |
 | GetOrdinal |
Returns the index of the named column.
|
 | GetString |
Gets the string value of the specified column.
|
 | GetSubtypeCode |
Gets the Subtype code for the current record.
|
 | GetValue |
Returns the value of the specified column.
|
 | GetValues |
Gets all the attributes in the collection for the current record.
|
 | IsDBNull | Indicates whether the specified column is set to null. |
 | SetBlob |
Sets the byte array value of the specified column.
|
 | SetBoolean |
Sets the value of the specified column as a Boolean.
|
 | SetByte |
Sets the 8-bit unsigned integer value of the specified column.
|
 | SetChar |
Sets the character value of the specified column.
|
 | SetDateTime |
Sets the DateTime of the specified column.
|
 | SetDecimal | Sets the fixed-position numeric value of the specified column. |
 | SetDouble | Sets the double-precision floating point number of the specified column. |
 | SetFloat |
Sets the float value of the specified column.
|
 | SetGeometry | Set geometry for the current record. |
 | SetGuid | Sets the GUID value of the specified column. |
 | SetInt16 |
Sets the 16-bit signed integer value of the specified column.
|
 | SetInt32 |
Sets the 32-bit signed integer value of the specified column.
|
 | SetInt64 |
Sets the 64-bit signed integer value of the specified column.
|
 | SetNull |
Sets the DB Null value of the specified column.
|
 | SetString |
Sets the string value of the specified column.
|
 | SetValue |
Sets the value of the specified column to the passed-in value.
|
 | SetValues |
Sets each of the fields in the specified record to the corresponding value in the specified array.
|