Click or drag to resize

IEntityFields2.PrimaryKeyFields Property

List of IEntityField2 references which form the 'primary key', or uniquely identifying set of values for this set of fields, thus for the entity holding these fields.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
List<IEntityField2> PrimaryKeyFields { get; }

Property Value

Type: List<IEntityField2>
See Also