IDatabase Methods |
The IDatabase type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckRights(Guid, ReadUpdateRightKind) |
Checks Read/Update right for the current user
| |
| CheckRights(Guid, StandardRightKind) |
Checks rights for current user.
| |
| CheckRights(Guid, YesNoRightKind) |
Checks Yes/No right for the current user
| |
| CreateLock |
Creates a lock for a table and a primary key
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| ExecuteNonQuery |
Executes a query
| |
| ExecuteScalar |
Executes a single command.
| |
| ExecuteTableCommand |
Executes a select command and returns a DataTable object
| |
| Lock |
Adds a lock in the database
| |
| Unlock |
Removes a lock
|