Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
List<IFieldInfo> IEntityFieldsCore.OwnPrimaryKeyFieldInfos { get; }

Property Value

Type: ListIFieldInfo

Implements

IEntityFieldsCoreOwnPrimaryKeyFieldInfos
See Also