IEntityCorePrimaryKeyFields Property  | 
 
            List of IEntityFieldCore references which form the primary key. Reads/Affects .Fields.PrimaryKeyFields. This are all the PK fields, so also the inherited PK fields. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxIList PrimaryKeyFields { get; }ReadOnly Property PrimaryKeyFields As IList
	Get
Property Value
Type: 
IList
See Also