Click or drag to resize
EntityFieldExpression Constructor (IEntityFieldCore, 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.3.0.0 (5.3.0)
Syntax
public EntityFieldExpression(
	IEntityFieldCore field,
	SetAlias aliasOfContainingSet
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.
aliasOfContainingSet
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of containing set.
See Also