EntityFieldsCoreTFieldIEntityFieldsCorePrimaryKeyFieldInfos 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.1.0.0 (5.1.0)
Syntax List<IFieldInfo> IEntityFieldsCore.PrimaryKeyFieldInfos { get; }
Private ReadOnly Property PrimaryKeyFieldInfos As List(Of IFieldInfo)
Implements IEntityFieldsCore.PrimaryKeyFieldInfos
Get
Property Value
Type:
ListIFieldInfoImplements
IEntityFieldsCorePrimaryKeyFieldInfosSee Also