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.1.0.0 (5.1.0)
Syntax protected DaoBase(
IInheritanceInfoProvider inheritanceInfoProviderToUse,
IPersistenceInfoProvider persistenceInfoProviderToUse,
DynamicQueryEngineBase dqeToUse,
InheritanceHierarchyType typeOfInheritance,
string entityName,
IEntityFactory entityFactory
)
Protected Sub New (
inheritanceInfoProviderToUse As IInheritanceInfoProvider,
persistenceInfoProviderToUse As IPersistenceInfoProvider,
dqeToUse As DynamicQueryEngineBase,
typeOfInheritance As InheritanceHierarchyType,
entityName As String,
entityFactory As IEntityFactory
)
Parameters
- inheritanceInfoProviderToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
Inheritance info provider to use. - persistenceInfoProviderToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPersistenceInfoProvider
The persistence information provider to use. - dqeToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesDynamicQueryEngineBase
Dqe to use. - typeOfInheritance
- Type: SD.LLBLGen.Pro.ORMSupportClassesInheritanceHierarchyType
Type of inheritance. - entityName
- Type: SystemString
Name of the entity. - entityFactory
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFactory
Entity factory.
See Also