ITemplateGroupSpecificCreatorCreateDerivedTableReferencingField Method (String, String, Type) | 
 
            Creates a new derived table referencing field, of type EntityField(2).
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxIEntityFieldCore CreateDerivedTableReferencingField(
	string fieldName,
	string objectAlias,
	Type dataType
)
Function CreateDerivedTableReferencingField ( 
	fieldName As String,
	objectAlias As String,
	dataType As Type
) As IEntityFieldCore
Parameters
- fieldName
 - Type: SystemString
Name of the field. - objectAlias
 - Type: SystemString
The object alias (alias of set the field to refer to is in). - dataType
 - Type: SystemType
.NET Type of the data. 
Return Value
Type: 
IEntityFieldCoreready to use entity field
See Also