Click or drag to resize

EntityCore<TFields>.IEntityCore.PrimaryKeyFields Property

List of IEntityField2 references which form the primary key. Reads/Affects .Fields.PrimaryKeyFields. If possible use PrimaryKeyFieldInfos instead.

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
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
IList IEntityCore.PrimaryKeyFields { get; }

Property Value

Type: IList

Implements

IEntityCore.PrimaryKeyFields
See Also