Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
IEntityFieldCore CreateDerivedTableReferencingField(
	string fieldName,
	string objectAlias,
	Type dataType
)

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: IEntityFieldCore
ready to use entity field
See Also