| Name | Description |
 | Close |
Closes the FeatureDataReader object, no more record can be read.
|
 | CreateRecord | Overloaded.
Creates a new row for inserting new feature using a FeatureDataReader.
|
 | Delete |
Deletes the current record from FeatureSource.
|
 | GetBitmap |
Gets the bitmap value of the specified column.
|
 | GetBlob |
Gets the byte array value of the specified column.
|
 | GetDataTypeName |
Gets the data type information for the specified column.
|
 | GetDateTime |
Gets the DateTime 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 corresponding to the type of Object that would be returned from GetValue.
|
 | GetFloat |
Gets the float value of the specified column.
|
 | GetGeometry |
Gets the geometry for the current record.
|
 | GetGlobalId |
Gets the Global Id 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.
|
 | GetName | Gets a column name by column index. |
 | GetOrdinal |
Returns the index of the named column.
|
 | GetSchemaTable |
Returns a DataTable that describes the column metadata of the FeatureDataReader object.
|
 | GetString |
Gets the string value of the specified column.
|
 | GetSubtypeCode |
Gets the subtypecode for the current record.
|
 | GetValue |
Returns the value of the specified column.
|
 | GetValues |
Gets all the attributes in the collection for the current record.
|
 | Insert |
Inserts the feature data record in the reader.
The reader current position is not updated.
The feature data record passed as argument will be dispose on success.
|
 | IsDBNull | Indicates whether the specified column is set to null. |
 | NextResult | Only one result set is returned with a FeatureDataReader, thus this will always be false. |
 | Read | Reads the next available record. |
 | ReadFirst |
Positions the reader at the first record.
|
 | Reset |
Positions the reader before the first record.
|
 | SetBitmap |
Sets the bitmap value of the specified column.
|
 | SetBlob |
Sets the byte array value of the specified column.
|
 | SetDateTime |
Sets the DateTime of the specified column.
|
 | SetDouble |
Set the double-precision floating point number of the specified column.
|
 | SetFloat |
Sets the float value of the specified column.
|
 | SetGeometry | Sets 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.
|
 | 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.
|
 | Update |
Sends changes from the current record to the FeatureSource.
|