Persist.NET Documentation Class Library

ColumnMap.KeyType Property

Returns key type of this column. Cannot be change once initialized (Trow an Exception)

[Visual Basic]
Public Property KeyType As KeyTypeEnum
[C#]
public ColumnMap.KeyTypeEnum KeyType {get; set;}

Property Value

Missing <value> documentation for P:Persist.Maps.ColumnMap.KeyType

See Also

ColumnMap Class | Persist.Maps Namespace