Click or drag to resize
IEntityPrimaryKeyFields Property
List of IEntityField references which form the primary key. Reads/Affects .Fields.PrimaryKeyFields

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
List<IEntityField> PrimaryKeyFields { get; }

Property Value

Type: ListIEntityField
See Also