IEntityFieldsPrimaryKeyFields Property  | 
 
            List of IEntityField references which form the primary key
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxList<IEntityField> PrimaryKeyFields { get; }ReadOnly Property PrimaryKeyFields As List(Of IEntityField)
	Get
Property Value
Type: 
ListIEntityField
See Also