Click or drag to resize

IEntityCorePrimaryKeyFieldInfos Property

Gets the primary key field infos. Similar to PrimaryKeyFields, but this property doesn't trigger field creation.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
List<IFieldInfo> PrimaryKeyFieldInfos { get; }

Property Value

Type: ListIFieldInfo
See Also