C# Class CSDataBase.cJSONServerConnection

Inheritance: System.Data.Common.DbConnection
Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
ChangeDatabase ( string database ) : void
Close ( ) : void
GetSchema ( ) : DataTable
GetSchema ( string collectionName ) : DataTable
GetSchema ( string collectionName, string restrictionValues ) : DataTable
Open ( ) : void
cJSONServerConnection ( ) : System
cJSONServerConnection ( string connectionString ) : System

Méthodes protégées

Méthode Description
BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
CreateDbCommand ( ) : DbCommand
Dispose ( bool disposing ) : void

Method Details

BeginDbTransaction() protected méthode

protected BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
isolationLevel IsolationLevel
Résultat System.Data.Common.DbTransaction

ChangeDatabase() public méthode

public ChangeDatabase ( string database ) : void
database string
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateDbCommand() protected méthode

protected CreateDbCommand ( ) : DbCommand
Résultat System.Data.Common.DbCommand

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetSchema() public méthode

public GetSchema ( ) : DataTable
Résultat System.Data.DataTable

GetSchema() public méthode

public GetSchema ( string collectionName ) : DataTable
collectionName string
Résultat System.Data.DataTable

GetSchema() public méthode

public GetSchema ( string collectionName, string restrictionValues ) : DataTable
collectionName string
restrictionValues string
Résultat System.Data.DataTable

Open() public méthode

public Open ( ) : void
Résultat void

cJSONServerConnection() public méthode

public cJSONServerConnection ( ) : System
Résultat System

cJSONServerConnection() public méthode

public cJSONServerConnection ( string connectionString ) : System
connectionString string
Résultat System