Click or drag to resize
TypedViewExpression Constructor
Initializes a new instance of the TypedViewExpression class.

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 TypedViewExpression(
	Type typedViewType,
	int typedViewTypeEnumValue,
	IEntityFieldsCore typedViewFields
)

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