EntityFieldsCore<TField>.IEntityFieldsCore.GetLinkedSuperTypeField 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.2.0.0 (5.2.17.0403)
SyntaxIEntityFieldCore IEntityFieldsCore.GetLinkedSuperTypeField(
int indexSubtypeField
)
Private Function GetLinkedSuperTypeField (
indexSubtypeField As Integer
) As IEntityFieldCore Implements IEntityFieldsCore.GetLinkedSuperTypeField
Parameters
- indexSubtypeField
- Type: System.Int32
The index subtype field.
Return Value
Type:
IEntityFieldCoreImplements
IEntityFieldsCore.GetLinkedSuperTypeField(Int32)
See Also