EntityExpression Constructor (Type) |
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
)
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