CqlReader Methods |
The CqlReader type exposes the following members.
Name | Description | |
---|---|---|
Close | (Overrides DbDataReader.Close().) | |
GetBoolean | Gets the value of the specified column as a Boolean. (Overrides DbDataReader.GetBoolean(Int32).) | |
GetByte | Gets the value of the specified column as a byte. (Overrides DbDataReader.GetByte(Int32).) | |
GetBytes | Reads a stream of bytes from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset. (Overrides DbDataReader.GetBytes(Int32, Int64,Byte[], Int32, Int32).) | |
GetChar | Gets the value of the specified column as a single character. (Overrides DbDataReader.GetChar(Int32).) | |
GetChars | Reads a stream of characters from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset. (Overrides DbDataReader.GetChars(Int32, Int64,Char[], Int32, Int32).) | |
GetDataTypeName | Gets name of the data type of the specified column. (Overrides DbDataReader.GetDataTypeName(Int32).) | |
GetDateTime | Gets the value of the specified column as a DateTime object. (Overrides DbDataReader.GetDateTime(Int32).) | |
GetDecimal | Gets the value of the specified column as a Decimal object. (Overrides DbDataReader.GetDecimal(Int32).) | |
GetDouble | Gets the value of the specified column as a double-precision floating point number. (Overrides DbDataReader.GetDouble(Int32).) | |
GetEnumerator | (Overrides DbDataReader.GetEnumerator().) | |
GetFieldType | Gets the data type of the specified column. (Overrides DbDataReader.GetFieldType(Int32).) | |
GetFloat | Gets the value of the specified column as a single-precision floating point number. (Overrides DbDataReader.GetFloat(Int32).) | |
GetGuid | Gets the value of the specified column as a globally-unique identifier (GUID). (Overrides DbDataReader.GetGuid(Int32).) | |
GetInt16 | Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReader.GetInt16(Int32).) | |
GetInt32 | Gets the value of the specified column as a 32-bit signed integer. (Overrides DbDataReader.GetInt32(Int32).) | |
GetInt64 | Gets the value of the specified column as a 64-bit signed integer. (Overrides DbDataReader.GetInt64(Int32).) | |
GetName | Gets the name of the column, given the zero-based column ordinal. (Overrides DbDataReader.GetName(Int32).) | |
GetOrdinal | Gets the column ordinal given the name of the column. (Overrides DbDataReader.GetOrdinal(String).) | |
GetSchemaTable | (Overrides DbDataReader.GetSchemaTable().) | |
GetString | (Overrides DbDataReader.GetString(Int32).) | |
GetValue | Gets the value of the specified column as an instance of Object. (Overrides DbDataReader.GetValue(Int32).) | |
GetValues | Populates an array of objects with the column values of the current row. (Overrides DbDataReader.GetValues(Object[]).) | |
IsDBNull | Gets a value that indicates whether the column contains nonexistent or missing values. (Overrides DbDataReader.IsDBNull(Int32).) | |
NextResult | Advances the reader to the next result when reading the results of a batch of statements. (Overrides DbDataReader.NextResult().) | |
Read | Advances the reader to the next record in a result set. (Overrides DbDataReader.Read().) |