Click or drag to resize

AgreementsDatabaseOperations Constructor

Initializes a new instance of the AgreementsDatabaseOperations class

Namespace:  FileHold.LibraryManager.DigitalSignature
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public AgreementsDatabaseOperations(
	Database database,
	DbTransaction transaction
)

Parameters

database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also