Click or drag to resize
EntityExpression Constructor (Type)
Initializes a new instance of the EntityExpression 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 EntityExpression(
	Type representedType
)

Parameters

representedType
Type: SystemType
The type this expression represents in the expression tree (e.g. entity or entitycollection)
See Also