Click or drag to resize
DbManager Methods

The DbManager type exposes the following members.

Methods
  Name Description
Protected method AddField
Add the field
Public method Backup
Open a Read stream to a database backup
Public method Check
Check if the entity exists and is updated in the catalog
Protected method CheckSchema
Check if the schema exists and create it if not
Protected method Create
Create the entity table in the database
Public method Dispose
Public method DropDatabase
Drop the database
Protected method DropField
Drop the field
Protected method Enumerate
Enumerate all fields from a table
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Exists
Check if the database already exists
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetConnectionString
Connection String
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetNhConfiguration
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnDispose
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method Update
Update the entity in the database
Top
Extension Methods
See Also