ITemplateGroupSpecificCreatorCreateDerivedTableReferencingField Method (String, SetAlias, 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.9.0.0 (5.9.0)
Syntax IEntityFieldCore CreateDerivedTableReferencingField(
string fieldName,
SetAlias objectAlias,
Type dataType
)
Function CreateDerivedTableReferencingField (
fieldName As String,
objectAlias As SetAlias,
dataType As Type
) As IEntityFieldCore
Parameters
- fieldName
- Type: SystemString
Name of the field. - objectAlias
- Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
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