| IEntityRelationGetFKFieldPersistenceInfo Method  | 
            Gets the IFieldPersistenceInfo data for the FK field at index specified.
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxIFieldPersistenceInfo GetFKFieldPersistenceInfo(
	int index
)
Function GetFKFieldPersistenceInfo ( 
	index As Integer
) As IFieldPersistenceInfo
Parameters
- index
 - Type: SystemInt32
index of the field in the list of FK fields. 
Return Value
Type: 
IFieldPersistenceInfoIFieldPersistenceInfo object
See Also