FieldMetaData.IsKey Property

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

FieldMetaData.IsKey Property

Gets the key flag for a field.

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

Property Value

Gets the key flag for a field.

Remarks

This property indicates if this recordset field is designated as a Key value. A key value is unique for the associated field in the recordset--no other records will have the same value for that field.

See Also

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