Click or drag to resize

DataSource2T Constructor

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public DataSource2(
	IDataAccessAdapter adapterToUse,
	IElementCreatorCore creator,
	FunctionMappingStore customFunctionMappings,
	Context contextToUse
)

Parameters

adapterToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIDataAccessAdapter
The adapter 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