Click or drag to resize
EntityRelation.GetPKFieldPersistenceInfo Method
Gets the IFieldPersistenceInfo data for 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 IFieldPersistenceInfo GetPKFieldPersistenceInfo(
	int index
)

Parameters

index
Type: System.Int32
index of the field in the list of PK fields.

Return Value

Type: IFieldPersistenceInfo
IFieldPersistenceInfo object

Implements

IEntityRelation.GetPKFieldPersistenceInfo(Int32)
See Also