![]() |
DbManager Class |
Namespace: DrawerBackup.Native.Data
The DbManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddField |
Add the field
|
![]() | Backup |
Open a Read stream to a database backup
|
![]() | Check |
Check if the entity exists and is updated in the catalog
|
![]() | CheckSchema |
Check if the schema exists and create it if not
|
![]() | Create |
Create the entity table in the database
|
![]() | Dispose | Releases all resources used by the DbManager |
![]() | DropDatabase |
Drop the database
|
![]() | DropField |
Drop the field
|
![]() | Enumerate |
Enumerate all fields from a table
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Exists |
Check if the database already exists
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetConnectionString |
Connection String
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNhConfiguration | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDispose | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update |
Update the entity in the database
|
Name | Description | |
---|---|---|
![]() | ToDictionary | Overloaded.
Convert the object properties to a dictionary
(Defined by ObjectUtility.) |
![]() | ToDictionaryT | Overloaded.
Converts the object properties to a dictionary
(Defined by ObjectUtility.) |