This documentation is archived and is not being maintained.
SqlDataRecord Methods
Visual Studio 2010
The SqlDataRecord type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | 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 | Gets the value for the column specified by the ordinal as a Boolean. |
|
GetByte | Gets the value for the column specified by the ordinal as a Byte. |
|
GetBytes | Gets the value for the column specified by the ordinal as an array of Byte objects. |
|
GetChar | Gets the value for the column specified by the ordinal as a Char. |
|
GetChars | Gets the value for the column specified by the ordinal as an array of Char objects. |
|
GetDataTypeName | Returns the name of the data type for the column specified by the ordinal argument. |
|
GetDateTime | Gets the value for the column specified by the ordinal as a DateTime. |
|
GetDateTimeOffset | Returns the specified column’s data as a DateTimeOffset. |
|
GetDecimal | Gets the value for the column specified by the ordinal as a Decimal. |
|
GetDouble | Gets the value for the column specified by the ordinal as a Double. |
|
GetFieldType | Returns a Type object representing the common language runtime (CLR) type that maps to the SQL Server type of the column specified by the ordinal argument. |
|
GetFloat | Gets the value for the column specified by the ordinal as a float. |
|
GetGuid | Gets the value for the column specified by the ordinal as a Guid. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetInt16 | Gets the value for the column specified by the ordinal as a Int16. |
|
GetInt32 | Gets the value for the column specified by the ordinal as a Int32. |
|
GetInt64 | Gets the value for the column specified by the ordinal as a Int64. |
|
GetName | Returns the name of the column specified by the ordinal argument. |
|
GetOrdinal | Returns the column ordinal specified by the column name. |
|
GetSqlBinary | Gets the value for the column specified by the ordinal as a SqlBinary. |
|
GetSqlBoolean | Gets the value for the column specified by the ordinal as a SqlBoolean. |
|
GetSqlByte | Gets the value for the column specified by the ordinal as a SqlByte. |
|
GetSqlBytes | Gets the value for the column specified by the ordinal as a SqlBytes. |
|
GetSqlChars | Gets the value for the column specified by the ordinal as a SqlChars. |
|
GetSqlDateTime | Gets the value for the column specified by the ordinal as a SqlDateTime. |
|
GetSqlDecimal | Gets the value for the column specified by the ordinal as a SqlDecimal. |
|
GetSqlDouble | Gets the value for the column specified by the ordinal as a SqlDouble. |
|
GetSqlFieldType | Returns a Type object that represents the type (as a SQL Server type, defined in System.Data.SqlTypes) that maps to the SQL Server type of the column. |
|
GetSqlGuid | Gets the value for the column specified by the ordinal as a SqlGuid. |
|
GetSqlInt16 | Gets the value for the column specified by the ordinal as a SqlInt16. |
|
GetSqlInt32 | Gets the value for the column specified by the ordinal as a SqlInt32. |
|
GetSqlInt64 | Gets the value for the column specified by the ordinal as a SqlInt64. |
|
GetSqlMetaData | Returns a SqlMetaData object, describing the metadata of the column specified by the column ordinal. |
|
GetSqlMoney | Gets the value for the column specified by the ordinal as a SqlMoney. |
|
GetSqlSingle | Gets the value for the column specified by the ordinal as a SqlSingle. |
|
GetSqlString | Gets the value for the column specified by the ordinal as a SqlString. |
|
GetSqlValue | Returns the data value stored in the column, expressed as a SQL Server type, specified by the column ordinal. |
|
GetSqlValues | Returns the values for all the columns in the record, expressed as SQL Server types, in an array. |
|
GetSqlXml | Gets the value for the column specified by the ordinal as a SqlXml. |
|
GetString | Gets the value for the column specified by the ordinal as a String. |
|
GetTimeSpan | Returns the specified column’s data as a TimeSpan. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetValue | Returns the common language runtime (CLR) type value for the column specified by the ordinal argument. |
|
GetValues | Returns the values for all the columns in the record, expressed as common language runtime (CLR) types, in an array. |
|
IsDBNull | Returns true if the column specified by the column ordinal parameter is null. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetBoolean | Sets the data stored in the column to the specified Boolean value. |
|
SetByte | Sets the data stored in the column to the specified Byte value. |
|
SetBytes | Sets the data stored in the column to the specified array of Byte values. |
|
SetChar | Sets the data stored in the column to the specified Char value. |
|
SetChars | Sets the data stored in the column to the specified array of Char values. |
|
SetDateTime | Sets the data stored in the column to the specified DateTime value. |
|
SetDateTimeOffset | Sets the value of the column specified to the DateTimeOffset value. |
|
SetDBNull | Sets the value in the specified column to DBNull. |
|
SetDecimal | Sets the data stored in the column to the specified Decimal value. |
|
SetDouble | Sets the data stored in the column to the specified Double value. |
|
SetFloat | Sets the data stored in the column to the specified float value. |
|
SetGuid | Sets the data stored in the column to the specified Guid value. |
|
SetInt16 | Sets the data stored in the column to the specified Int16 value. |
|
SetInt32 | Sets the data stored in the column to the specified Int32 value. |
|
SetInt64 | Sets the data stored in the column to the specified Int64 value. |
|
SetSqlBinary | Sets the data stored in the column to the specified SqlBinary value. |
|
SetSqlBoolean | Sets the data stored in the column to the specified SqlBoolean value. |
|
SetSqlByte | Sets the data stored in the column to the specified SqlByte value. |
|
SetSqlBytes | Sets the data stored in the column to the specified SqlBytes value. |
|
SetSqlChars | Sets the data stored in the column to the specified SqlChars value. |
|
SetSqlDateTime | Sets the data stored in the column to the specified SqlDateTime value. |
|
SetSqlDecimal | Sets the data stored in the column to the specified SqlDecimal value. |
|
SetSqlDouble | Sets the data stored in the column to the specified SqlDouble value. |
|
SetSqlGuid | Sets the data stored in the column to the specified SqlGuid value. |
|
SetSqlInt16 | Sets the data stored in the column to the specified SqlInt16 value. |
|
SetSqlInt32 | Sets the data stored in the column to the specified SqlInt32 value. |
|
SetSqlInt64 | Sets the data stored in the column to the specified SqlInt64 value. |
|
SetSqlMoney | Sets the data stored in the column to the specified SqlMoney value. |
|
SetSqlSingle | Sets the data stored in the column to the specified SqlSingle value. |
|
SetSqlString | Sets the data stored in the column to the specified SqlString value. |
|
SetSqlXml | Sets the data stored in the column to the specified SqlXml value. |
|
SetString | Sets the data stored in the column to the specified String value. |
|
SetTimeSpan | Sets the value of the column specified to the TimeSpan. |
|
SetValue | Sets a new value, expressed as a common language runtime (CLR) type, for the column specified by the column ordinal. |
|
SetValues | Sets new values for all of the columns in the SqlDataRecord. These values are expressed as common language runtime (CLR) types. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: