TypedViewExpression Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic TypedViewExpression(
	Type typedViewType,
	int typedViewTypeEnumValue,
	IEntityFieldsCore typedViewFields
)
Public Sub New ( 
	typedViewType As Type,
	typedViewTypeEnumValue As Integer,
	typedViewFields As IEntityFieldsCore
)
Parameters
- typedViewType
 - Type: SystemType
The type this expression represents in the expression tree (e.g. entity or entitycollection) - typedViewTypeEnumValue
 - Type: SystemInt32
The typed view type enum value. - typedViewFields
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore
The typed view fields. 
See Also