AtomsFramework Persistence Layer Reference Guide

ColumnMap.ColumnKeyType Enumeration

[This is preliminary documentation and subject to change.]

Mappings for the various key types on a column

[Visual Basic]
Public Enum ColumnMap.ColumnKeyType
[C#]
public enum ColumnMap.ColumnKeyType

Remarks

Only Primary Keys are currently supported. The use of foreign keys will have no effect.

Members

Member Name Description
None The column is a normal database column
Primary The column is part of a primary key
Foreign The column is part of a foreign key

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsFramework Namespace