Row Class |
Namespace: Cassandra
public class Row : IEnumerable<Object>, IEnumerable
The Row type exposes the following members.
Name | Description | |
---|---|---|
Row |
Initializes a new instance of the Cassandra.Row class
| |
Row(Int32, Byte, CqlColumn, DictionaryString, Int32) | Obsolete.
Initializes a new instance of the Cassandra.Row class
|
Name | Description | |
---|---|---|
GetColumn |
Gets a column information by name. Returns null if not found.
| |
GetEnumerator |
Returns an enumerator that iterates through the row values from the first position to the last one.
| |
GetValue(Type, Int32) |
Gets the stored value in the column specified by index
| |
GetValue(Type, String) |
Gets the stored value in the column specified by name
| |
GetValueT(Int32) |
Gets the stored value in the column specified by index.
| |
GetValueT(String) |
Gets the stored value in the column specified by name.
| |
IsNull(Int32) |
Determines if the value in the column is null
| |
IsNull(String) |
Determines if the value in the column is null
|
Name | Description | |
---|---|---|
ItemInt32 |
Gets the stored value in the column specified by index
| |
ItemString |
Gets the stored value in the column specified by name
| |
Length |
Gets the total amount of values inside the row
|