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