Click or drag to resize
ExpressionElementT Constructor (ExpressionElementType, T)
CTor

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public ExpressionElement(
	ExpressionElementType typeOfContents,
	T contents
)

Parameters

typeOfContents
Type: SD.LLBLGen.Pro.ORMSupportClassesExpressionElementType
type of the contents contained in this element
contents
Type: T
the contents of this element
See Also