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.0.0.0 (5.0.0)
Syntax
public DataAccessCoreImpl(
	DaoBase daoInstance,
	ITransaction transaction
)

Parameters

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