Click or drag to resize
LLBLGenProProviderBaseCheckProjection Method
Checks the projection. Throws a query construction exception if the projection can't be used to instantiate instances

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
protected static void CheckProjection(
	ProjectionDefinition toCheck
)

Parameters

toCheck
Type: SD.LLBLGen.Pro.LinqSupportClassesProjectionDefinition
To check.
See Also