AtomsFramework Persistence Layer Reference Guide

AFColumnAttribute.IsKey Property

[This is preliminary documentation and subject to change.]

Indicates if this column is part of the tables key fields.

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

Remarks

This flag only needs to be set if the table key is not an OID or GUID column. Also, this flag may be set against multiple properties to build a multipart key.

See Also

AFColumnAttribute Class | AtomsFramework Namespace