Click or drag to resize
EntityRelationSetFKFieldPersistenceInfo Method
Sets 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.3.0.0 (5.3.0)
Syntax
public void SetFKFieldPersistenceInfo(
	int index,
	IFieldPersistenceInfo persistenceInfo
)

Parameters

index
Type: SystemInt32
index of the field in the list of FK fields.
persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The persistence info for the entity field at position index.

Implements

IEntityRelationSetFKFieldPersistenceInfo(Int32, IFieldPersistenceInfo)
Remarks
Used by DataAccessAdapter objects.
See Also