DbDataRecord Methods
.NET Framework 3.5
The DbDataRecord type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetBoolean | Returns the value of the specified column as a Boolean. |
|
GetByte | Returns the value of the specified column as a byte. |
|
GetBytes | Returns the value of the specified column as a byte array. |
|
GetChar | Returns the value of the specified column as a character. |
|
GetChars | Returns the value of the specified column as a character array. |
|
GetData | Infrastructure. Not currently supported. |
|
GetDataTypeName | Returns the name of the back-end data type. |
|
GetDateTime | Returns the value of the specified column as a DateTime object. |
|
GetDbDataReader | Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. |
|
GetDecimal | Returns the value of the specified column as a Decimal object. |
|
GetDouble | Returns the value of the specified column as a double-precision floating-point number. |
|
GetFieldType | Returns the Type that is the data type of the object. |
|
GetFloat | Returns the value of the specified column as a single-precision floating-point number. |
|
GetGuid | Returns the GUID value of the specified field. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetInt16 | Returns the value of the specified column as a 16-bit signed integer. |
|
GetInt32 | Returns the value of the specified column as a 32-bit signed integer. |
|
GetInt64 | Returns the value of the specified column as a 64-bit signed integer. |
|
GetName | Returns the name of the specified column. |
|
GetOrdinal | Returns the column ordinal, given the name of the column. |
|
GetString | Returns the value of the specified column as a string. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetValue | Returns the value at the specified column in its native format. |
|
GetValues | Populates an array of objects with the column values of the current record. |
|
IsDBNull | Used to indicate nonexistent values. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICustomTypeDescriptor.GetAttributes | |
|
ICustomTypeDescriptor.GetClassName | |
|
ICustomTypeDescriptor.GetComponentName | |
|
ICustomTypeDescriptor.GetConverter | |
|
ICustomTypeDescriptor.GetDefaultEvent | |
|
ICustomTypeDescriptor.GetDefaultProperty | |
|
ICustomTypeDescriptor.GetEditor | |
|
GetEvents | Overloaded. For a description of this member, see ICustomTypeDescriptor.GetEvents. |
|
GetProperties | Overloaded. For a description of this member, see ICustomTypeDescriptor.GetProperties. |
|
ICustomTypeDescriptor.GetPropertyOwner |