Свойство | Тип | Описание | |
---|---|---|---|
IDbConnection | IDbCommand | ||
IDbConnection | IDbTransaction | ||
IDbConnection | IDbTransaction |
Метод | Описание | |
---|---|---|
BeginTransaction ( ) : |
||
BeginTransaction ( IsolationLevel isolationLevel ) : |
||
ChangeDatabase ( string databaseName ) : void | ||
Close ( ) : void | ||
CreateCommand ( ) : |
||
EnlistTransaction ( System transaction ) : void | ||
GetSchema ( ) : |
||
GetSchema ( string collectionName ) : |
||
GetSchema ( string collectionName, string restrictionValues ) : |
||
Open ( ) : void | ||
OpenAsync ( ) : Task | ||
OpenAsync ( |
Метод | Описание | |
---|---|---|
BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
CreateDbCommand ( ) : |
||
DbConnection ( ) : System.ComponentModel | ||
OnStateChange ( |
Метод | Описание | |
---|---|---|
IDbConnection ( ) : IDbCommand | ||
IDbConnection ( ) : IDbTransaction | ||
IDbConnection ( IsolationLevel isolationLevel ) : IDbTransaction |
protected abstract BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
isolationLevel | IsolationLevel | |
Результат |
public BeginTransaction ( ) : |
||
Результат |
public BeginTransaction ( IsolationLevel isolationLevel ) : |
||
isolationLevel | IsolationLevel | |
Результат |
public abstract ChangeDatabase ( string databaseName ) : void | ||
databaseName | string | |
Результат | void |
protected abstract CreateDbCommand ( ) : |
||
Результат |
protected DbConnection ( ) : System.ComponentModel | ||
Результат | System.ComponentModel |
public EnlistTransaction ( System transaction ) : void | ||
transaction | System | |
Результат | void |
public GetSchema ( string collectionName ) : |
||
collectionName | string | |
Результат |
public GetSchema ( string collectionName, string restrictionValues ) : |
||
collectionName | string | |
restrictionValues | string | |
Результат |
protected OnStateChange ( |
||
stateChange | ||
Результат | void |
public OpenAsync ( |
||
cancellationToken | ||
Результат | Task |