| IEntityFields2PrimaryKeyFields Property  | 
            List of IEntityField2 references which form the 'primary key', or uniquely identifying set of values for this set of fields, thus for the entity
            holding these fields.
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxList<IEntityField2> PrimaryKeyFields { get; }ReadOnly Property PrimaryKeyFields As List(Of IEntityField2)
	Get
Property Value
Type: 
ListIEntityField2
See Also