DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Data
CqlReader Class
CqlReader Methods
Close Method
GetBoolean Method
GetByte Method
GetBytes Method
GetChar Method
GetChars Method
GetDataTypeName Method
GetDateTime Method
GetDecimal Method
GetDouble Method
GetEnumerator Method
GetFieldType Method
GetFloat Method
GetGuid Method
GetInt16 Method
GetInt32 Method
GetInt64 Method
GetName Method
GetOrdinal Method
GetSchemaTable Method
GetString Method
GetValue Method
GetValues Method
IsDBNull Method
NextResult Method
Read Method
CqlReader
GetChar Method
Gets the character value of the specified column.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
Copy
public
override
char
GetChar
(
int
ordinal
)
Parameters
ordinal
Type:
System
Int32
Return Value
Type:
Char
The character value of the specified column.
Implements
IDataRecord
GetChar(Int32)
Exceptions
Exception
Condition
IndexOutOfRangeException
The index passed was outside the range of 0 through
FieldCount
.
See Also
Reference
CqlReader Class
Cassandra.Data Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2018 DataStax, All rights reserved.