Click or drag to resize

IDatabase Methods

The IDatabase type exposes the following members.

Methods
  NameDescription
Public methodCheckRights(Guid, ReadUpdateRightKind)
Checks Read/Update right for the current user
Public methodCheckRights(Guid, StandardRightKind)
Checks rights for current user.
Public methodCheckRights(Guid, YesNoRightKind)
Checks Yes/No right for the current user
Public methodCreateLock
Creates a lock for a table and a primary key
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExecuteNonQuery
Executes a query
Public methodExecuteScalar
Executes a single command.
Public methodExecuteTableCommand
Executes a select command and returns a DataTable object
Public methodLock
Adds a lock in the database
Public methodUnlock
Removes a lock
Top
See Also