| EntityExpression Constructor (Type) | 
 
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic EntityExpression(
	Type representedType
)
Public Sub New ( 
	representedType As Type
)
Parameters
- representedType
 - Type: SystemType
The type this expression represents in the expression tree (e.g. entity or entitycollection) 
See Also