IEntityFieldsCoreGetLinkedSuperTypeField Method  | 
 
            Gets the linked super type field for the field with the index specified, or null if not applicable.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxIEntityFieldCore GetLinkedSuperTypeField(
	int indexSubtypeField
)
Function GetLinkedSuperTypeField ( 
	indexSubtypeField As Integer
) As IEntityFieldCore
Parameters
- indexSubtypeField
 - Type: SystemInt32
The index subtype field. 
Return Value
Type: 
IEntityFieldCore
See Also