SqlRowMetadata Class
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
Represents columns metadata for a SqlRow.
public class SqlRowMetadata
Properties
Columns | Gets all columns metadata. |
Item[Int32] | Gets metadata for the column at the specified index. |
Methods
GetColumnIndexByName(String) | Gets the index of a column identified by its name. |