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.4.0.0 (5.4.0)
Syntax public List<TField> PrimaryKeyFields { get; }
Public ReadOnly Property PrimaryKeyFields As List(Of TField)
Get
Property Value
Type:
ListTFieldSee Also