Click or drag to resize
EntityFieldsCoreTFieldPrimaryKeyFields Property
List of field references which form the primary key. Returns empty list if this object isn't part of an entity.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public List<TField> PrimaryKeyFields { get; }

Property Value

Type: ListTField
See Also