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

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

Implements

ITemplateGroupSpecificCreatorCreateDerivedTableReferencingField(String, SetAlias, Type)
See Also