Click or drag to resize

IEntityRelationGetFKFieldPersistenceInfo Method

Gets the IFieldPersistenceInfo data for the FK field at index specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
IFieldPersistenceInfo GetFKFieldPersistenceInfo(
	int index
)

Parameters

index
Type: SystemInt32
index of the field in the list of FK fields.

Return Value

Type: IFieldPersistenceInfo
IFieldPersistenceInfo object
See Also