EntityFieldsCoreTFieldIEntityFieldsCoreOwnPrimaryKeyFieldInfos Property |
Gets the primary key field infos of the pk fields owned by this entity, so not the pk fields inherited from a supertype. If
this entity isn't in a TPE inheritance hierarchy, this property is equal to PrimaryKeyFieldInfos
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax List<IFieldInfo> IEntityFieldsCore.OwnPrimaryKeyFieldInfos { get; }
Private ReadOnly Property OwnPrimaryKeyFieldInfos As List(Of IFieldInfo)
Implements IEntityFieldsCore.OwnPrimaryKeyFieldInfos
Get
Property Value
Type:
ListIFieldInfoImplements
IEntityFieldsCoreOwnPrimaryKeyFieldInfosSee Also