Click or drag to resize

EntityFieldExpression Constructor (IEntityFieldCore, Type, SetAlias, SetAlias)

Initializes a new instance of the EntityFieldExpression class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public EntityFieldExpression(
	IEntityFieldCore field,
	Type dataType,
	SetAlias aliasOfContainingSet,
	SetAlias aliasOfRealSource
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.
dataType
Type: SystemType
Type of the data.
aliasOfContainingSet
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of containing set.
aliasOfRealSource
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of the real source. Can be different than aliasOfContainingSet if the real source is inside a derived table/other scope.
See Also