EntityFieldsCoreTFieldIEntityFieldsCorePrimaryKeyFields Property  | 
 
            List of IEntityFieldCore references which form the 'primary key', or uniquely identifying set of values for this set of fields, thus for the entity
            holding these fields. If possible use PrimaryKeyFieldInfos instead.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxIList IEntityFieldsCore.PrimaryKeyFields { get; }Private ReadOnly Property PrimaryKeyFields As IList
	Implements IEntityFieldsCore.PrimaryKeyFields
	Get
Property Value
Type: 
IListImplements
IEntityFieldsCorePrimaryKeyFields
See Also