Craig's Utility Library  4.0 Beta
Utilities.ORM.Manager.SourceProvider.DefaultDatabase Class Reference

Default database object More...

Inheritance diagram for Utilities.ORM.Manager.SourceProvider.DefaultDatabase:
Utilities.ORM.Interfaces.IDatabase

Properties

bool Audit [get]
 Should the database be auditted More...
 
string Name [get]
 The name of the connection string More...
 
int Order [get]
 Order of the database (used when running commands to save/select objects) More...
 
bool Readable [get]
 Is this readable? More...
 
bool Update [get]
 Should we update the database More...
 
bool Writable [get]
 Is this writable? More...
 
- Properties inherited from Utilities.ORM.Interfaces.IDatabase
bool Audit [get]
 Determines if audit tables are generated More...
 
string Name [get]
 Name associated with the database More...
 
int Order [get]
 Order that this database should be in (if only one database is being used, it is ignored) More...
 
bool Readable [get]
 Should this database be used to read data? More...
 
bool Update [get]
 Should the structure of the database be updated? More...
 
bool Writable [get]
 Should this database be used to write data? More...
 

Detailed Description

Default database object

Definition at line 30 of file DefaultDatabase.cs.

Property Documentation

bool Utilities.ORM.Manager.SourceProvider.DefaultDatabase.Audit
get

Should the database be auditted

Definition at line 36 of file DefaultDatabase.cs.

string Utilities.ORM.Manager.SourceProvider.DefaultDatabase.Name
get

The name of the connection string

Definition at line 44 of file DefaultDatabase.cs.

int Utilities.ORM.Manager.SourceProvider.DefaultDatabase.Order
get

Order of the database (used when running commands to save/select objects)

Definition at line 52 of file DefaultDatabase.cs.

bool Utilities.ORM.Manager.SourceProvider.DefaultDatabase.Readable
get

Is this readable?

Definition at line 60 of file DefaultDatabase.cs.

bool Utilities.ORM.Manager.SourceProvider.DefaultDatabase.Update
get

Should we update the database

Definition at line 68 of file DefaultDatabase.cs.

bool Utilities.ORM.Manager.SourceProvider.DefaultDatabase.Writable
get

Is this writable?

Definition at line 76 of file DefaultDatabase.cs.


The documentation for this class was generated from the following file: