Click or drag to resize
DaoBase Constructor (IInheritanceInfoProvider, IPersistenceInfoProvider, DynamicQueryEngineBase, InheritanceHierarchyType, String, IEntityFactory)
CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected DaoBase(
	IInheritanceInfoProvider inheritanceInfoProviderToUse,
	IPersistenceInfoProvider persistenceInfoProviderToUse,
	DynamicQueryEngineBase dqeToUse,
	InheritanceHierarchyType typeOfInheritance,
	string entityName,
	IEntityFactory entityFactory
)

Parameters

inheritanceInfoProviderToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.IInheritanceInfoProvider
Inheritance info provider to use.
persistenceInfoProviderToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPersistenceInfoProvider
The persistence information provider to use.
dqeToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.DynamicQueryEngineBase
Dqe to use.
typeOfInheritance
Type: SD.LLBLGen.Pro.ORMSupportClasses.InheritanceHierarchyType
Type of inheritance.
entityName
Type: System.String
Name of the entity.
entityFactory
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFactory
Entity factory.
See Also