Click or drag to resize

LLBLGenProProviderBase Constructor

Initializes a new instance of the LLBLGenProProviderBase class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
protected LLBLGenProProviderBase(
	IElementCreatorCore creator,
	FunctionMappingStore customFunctionMappings,
	bool selfServicing,
	Context contextToUse
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClasses.IElementCreatorCore
The creator.
customFunctionMappings
Type: SD.LLBLGen.Pro.ORMSupportClasses.FunctionMappingStore
The custom function mappings.
selfServicing
Type: System.Boolean
if set to true, this provider is for selfservicing, false otherwise
contextToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.Context
The context to use.
See Also