Click or drag to resize
EntityBase.IEntity.PrimaryKeyFields 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.2.0.0 (5.2.17.0403)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
List<IEntityField> IEntity.PrimaryKeyFields { get; }

Property Value

Type: List<IEntityField>

Implements

IEntity.PrimaryKeyFields
See Also