EntityBase2IEntity2PrimaryKeyFields Property  | 
 
            List of IEntityField2 references which form the primary key. Reads/Affects .Fields.PrimaryKeyFields
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
List<IEntityField2> IEntity2.PrimaryKeyFields { get; }<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Private ReadOnly Property PrimaryKeyFields As List(Of IEntityField2)
	Implements IEntity2.PrimaryKeyFields
	Get
Property Value
Type: 
ListIEntityField2Implements
IEntity2PrimaryKeyFields
See Also