Click or drag to resize
EntityRelationGetPKEntityFieldCore Method
Gets the IEntityFieldCore information about the PK field at index specified

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
public IEntityFieldCore GetPKEntityFieldCore(
	int index
)

Parameters

index
Type: SystemInt32
index of field in the list of PK fields

Return Value

Type: IEntityFieldCore
IEntityFieldCore object

Implements

IEntityRelationGetPKEntityFieldCore(Int32)
See Also