C# Class System.Data.Common.Tests.DbConnectionTests.FinalizingConnection

Inheritance: DbConnection
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
ChangeDatabase ( string databaseName ) : void
Close ( ) : void
CreateAndRelease ( ) : void
Open ( ) : void

Protected Methods

Method Description
BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
CreateDbCommand ( ) : DbCommand
Dispose ( bool disposing ) : void

Method Details

BeginDbTransaction() protected method

protected BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
isolationLevel IsolationLevel
return DbTransaction

ChangeDatabase() public method

public ChangeDatabase ( string databaseName ) : void
databaseName string
return void

Close() public method

public Close ( ) : void
return void

CreateAndRelease() public static method

public static CreateAndRelease ( ) : void
return void

CreateDbCommand() protected method

protected CreateDbCommand ( ) : DbCommand
return DbCommand

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Open() public method

public Open ( ) : void
return void