Click or drag to resize

DataAccessCoreImpl Constructor

Initializes a new instance of the DataAccessCoreImpl class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses.SelfServicingSpecific
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public DataAccessCoreImpl(
	DaoBase daoInstance,
	ITransaction transaction
)

Parameters

daoInstance
Type: SD.LLBLGen.Pro.ORMSupportClassesDaoBase
The DAO instance to use for data access.
transaction
Type: SD.LLBLGen.Pro.ORMSupportClassesITransaction
The transaction object. Can be null.
See Also