Click or drag to resize
EntityProjectionDefinition Constructor (Type, SetAlias)
Initializes a new instance of the EntityProjectionDefinition class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityProjectionDefinition(
	Type typeOfEntity,
	SetAlias alias
)

Parameters

typeOfEntity
Type: SystemType
Type of the entity.
alias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias.
See Also