SqlRowMetadata Class
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
Represents columns metadata for a SqlRow.
public class SqlRowMetadata
Inherited Members
Properties
Name | Description |
---|---|
Columns | Gets all columns metadata. |
this[int] | Gets metadata for the column at the specified index. |
Methods
Name | Description |
---|---|
GetColumnIndexByName(string) | Gets the index of a column identified by its name. |