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.3.0.0 (5.3.0)
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