Click or drag to resize
CommonExpression Constructor
Initializes a new instance of the CommonExpression 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
protected CommonExpression(
	ExpressionType nodeType,
	Type typeToUse
)

Parameters

nodeType
Type: System.Linq.ExpressionsExpressionType
Type of the node.
typeToUse
Type: SystemType
The type to use.
See Also