SqlRow Class
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
Represents a row in an ISqlQueryResult.
public class SqlRow
Constructors
SqlRow(IList<Object>, SqlRowMetadata) | Initializes a new instance of the SqlRow class. |
Properties
Metadata | Gets the row metadata. |
Methods
GetColumn<T>(Int32) | Gets the value of the column by identified by index |
GetColumn<T>(String) | Gets the value of a column identified by its name. |
GetKey<T>() | Gets the key of the row. |
GetValue<T>() | Gets the value of the row. |