EntityBaseIEntityPrimaryKeyFields Property |
List of IEntityField 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.6.0.0 (5.6.19.0117)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
List<IEntityField> IEntity.PrimaryKeyFields { get; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Private ReadOnly Property PrimaryKeyFields As List(Of IEntityField)
Implements IEntity.PrimaryKeyFields
Get
Property Value
Type:
ListIEntityFieldImplements
IEntityPrimaryKeyFieldsSee Also