Class ColumnMetaData
The methods and properties in the ColumnMetaData class manage data based in table columns.
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class ColumnMetaData : MetaData
Remarks
The methods and properties in the ColumnMetaData class manage data based in table columns.
Properties
ColumnType
Gets the data type of a column.
Declaration
public virtual ColumnType ColumnType { get; }
Property Value
Type | Description |
---|---|
ColumnType | The value returned is a member of the ColumnType enumeration. |
Remarks
The value returned is a member of the ColumnType enumeration.
IsKey
Gets whether a column is defined to be the key or part of the key for the table.
Declaration
public virtual bool IsKey { get; }
Property Value
Type | Description |
---|---|
bool | Gets whether a column is defined to be the key or part of the key for the table. |
Remarks
A key can be a single column or composed of multiple columns.
Max
Gets the maximum number of characters for the value of a column.
Declaration
public virtual int Max { get; }
Property Value
Type | Description |
---|---|
int | Gets the maximum number of characters for the value of a column. |
Remarks
Gets the maximum number of characters for the value of a column.
Min
Gets the maximum number of characters for the value of a column.
Declaration
public virtual int Min { get; }
Property Value
Type | Description |
---|---|
int | Gets the maximum number of characters for the value of a column. |
Remarks
Gets the minimum number of characters for the value of a column.