| 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.3.0.0 (5.3.0)
Syntaxpublic List<TField> PrimaryKeyFields { get; }Public ReadOnly Property PrimaryKeyFields As List(Of TField)
	Get
Property Value
Type: 
ListTField
See Also