SqlColumnMetadata Class
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
SQL column metadata.
public class SqlColumnMetadata
Inherited Members
Constructors
Name | Description |
---|---|
SqlColumnMetadata(string, SqlColumnType, bool) |
Properties
Name | Description |
---|---|
IsNullable | Column nullability. If true, the column values can be null. |
Name | Column name. |
Type | Column type. |
Methods
Name | Description |
---|---|
ToString() | Returns a string that represents the current object. |