Click or drag to resize

AdapterSpecificCreator.CreateDerivedTableReferencingField 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.6.0.0 (5.6.19.0117)
Syntax
public IEntityFieldCore CreateDerivedTableReferencingField(
	string fieldName,
	SetAlias objectAlias,
	Type dataType
)

Parameters

fieldName
Type: System.String
Name of the field.
objectAlias
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
The object alias (alias of set the field to refer to is in).
dataType
Type: System.Type
.NET Type of the data.

Return Value

Type: IEntityFieldCore
ready to use entity field

Implements

ITemplateGroupSpecificCreator.CreateDerivedTableReferencingField(String, SetAlias, Type)
See Also