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.3.0.0 (5.3.0)
Syntax
protected LLBLGenProProviderBase(
	IElementCreatorCore creator,
	FunctionMappingStore customFunctionMappings,
	bool selfServicing,
	Context contextToUse
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator.
customFunctionMappings
Type: SD.LLBLGen.Pro.ORMSupportClassesFunctionMappingStore
The custom function mappings.
selfServicing
Type: SystemBoolean
if set to true, this provider is for selfservicing, false otherwise
contextToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesContext
The context to use.
See Also