Click or drag to resize
ProjectionDefinitionInitClass Method
Inits the class.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected void InitClass(
	ProjectionType typeOfProjection
)

Parameters

typeOfProjection
Type: SD.LLBLGen.Pro.LinqSupportClassesProjectionType
The type of projection.
See Also