SqlRow Class
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
Represents a row in an ISqlQueryResult.
public class SqlRow
Inherited Members
Constructors
Name | Description |
---|---|
SqlRow(IList<object>, SqlRowMetadata) | Initializes a new instance of the SqlRow class. |
Properties
Name | Description |
---|---|
Metadata | Gets the row metadata. |
Methods
Name | Description |
---|---|
GetColumn<T>(int) | 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. |