This is the controller class that initializes the lock table and the user
ID that is to be associated with all locking operations. In most situations,
only one instance of this class is ever created and this instance is passed into
the constructor for all DatabaseObjectLockable and DatabaseObjectUsingAttributesLockable
instances.
Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public class DatabaseObjectLockController |
Visual Basic |
---|
Public Class DatabaseObjectLockController |
Visual C++ |
---|
public ref class DatabaseObjectLockController |
Inheritance Hierarchy
See Also