Click or drag to resize
LLBLGenProProvider Constructor
Initializes a new instance of the LLBLGenProProvider 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 LLBLGenProProvider(
	ITransaction transactionToUse,
	IElementCreatorCore creator,
	FunctionMappingStore customFunctionMappings,
	Context contextToUse
)

Parameters

transactionToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesITransaction
The transaction to use.
creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator to create project elements.
customFunctionMappings
Type: SD.LLBLGen.Pro.ORMSupportClassesFunctionMappingStore
The custom function mappings.
contextToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesContext
The context to use for entity fetches.
See Also