Click or drag to resize
FieldInfoIsPrimaryKey Property
If set to true, in the constructor, this field will end up in the PrimaryKey field list of the containing IEntityFields object.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool IsPrimaryKey { get; }

Property Value

Type: Boolean

Implements

IFieldInfoIsPrimaryKey
See Also