AtomsFramework Persistence Layer Reference Guide

AFTableAttribute.KeyType Enumeration

[This is preliminary documentation and subject to change.]

Relational Key types used in O/R mappings

[Visual Basic]
Public Enum AFTableAttribute.KeyType
[C#]
public enum AFTableAttribute.KeyType

Remarks

Members

Member Name Description
UseOidValue Indicates data retrieval will be via the OID value
UseGuidValue Indicates data retrieval will be via the GUID value
UsePrimary Indicates data retrieval will be based on attributes marked as primary keys

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsFramework Namespace