IDataRecord Methods
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | GetBoolean(Int32) | Gets the value of the specified column as a Boolean. |
![]() | GetByte(Int32) | Gets the 8-bit unsigned integer value of the specified column. |
![]() | GetBytes(Int32, Int64, array<Byte>^, Int32, Int32) | Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() | GetChar(Int32) | Gets the character value of the specified column. |
![]() | GetChars(Int32, Int64, array<Char>^, Int32, Int32) | Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() | GetData(Int32) | Returns an IDataReader for the specified column ordinal. |
![]() | GetDataTypeName(Int32) | Gets the data type information for the specified field. |
![]() | GetDateTime(Int32) | Gets the date and time data value of the specified field. |
![]() | GetDecimal(Int32) | Gets the fixed-position numeric value of the specified field. |
![]() | GetDouble(Int32) | Gets the double-precision floating point number of the specified field. |
![]() | GetFieldType(Int32) | |
![]() | GetFloat(Int32) | Gets the single-precision floating point number of the specified field. |
![]() | GetGuid(Int32) | Returns the GUID value of the specified field. |
![]() | GetInt16(Int32) | Gets the 16-bit signed integer value of the specified field. |
![]() | GetInt32(Int32) | Gets the 32-bit signed integer value of the specified field. |
![]() | GetInt64(Int32) | Gets the 64-bit signed integer value of the specified field. |
![]() | GetName(Int32) | Gets the name for the field to find. |
![]() | GetOrdinal(String^) | Return the index of the named field. |
![]() | GetString(Int32) | Gets the string value of the specified field. |
![]() | GetValue(Int32) | Return the value of the specified field. |
![]() | GetValues(array<Object^>^) | Populates an array of objects with the column values of the current record. |
![]() | IsDBNull(Int32) | Return whether the specified field is set to null. |
