IEntityRelationGetFKEntityFieldCore Method  | 
 
            Gets the IEntityFieldCore information about the FK field at index specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxIEntityFieldCore GetFKEntityFieldCore(
	int index
)
Function GetFKEntityFieldCore ( 
	index As Integer
) As IEntityFieldCore
Parameters
- index
 - Type: SystemInt32
index of field in the list of FK fields 
Return Value
Type: 
IEntityFieldCoreIEntityFieldCore object
See Also