ColumnMetaData.IsKey Property

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

ColumnMetaData.IsKey Property

Gets whether a column is defined to be the key or part of the key for the table.

[Visual Basic]Public ReadOnly Property IsKey As Boolean
[C#]
public bool IsKey {get;}

Property Value

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.

See Also

ColumnMetaData Class | ColumnMetaData Members | WRQ.Verastream.HostIntegrator Namespace