Method | Description | |
---|---|---|
BeginConnection ( ) : ConnectionScope | ||
BeginTransaction ( ) : TransactionScope | ||
CreateCommand ( ) : |
||
CreateCommand ( string commandText ) : |
||
CreateConnection ( ) : |
||
CreateParameter ( |
||
CreateParameter ( string name, object value ) : |
||
Dispose ( ) : void | ||
EndConnection ( ConnectionScope connectionScope ) : void | ||
EndTransaction ( TransactionScope transactionScope ) : void | ||
InMemoryDbCommandFactory ( InMemoryDatabase inMemoryDatabase ) : System.Data.Common | ||
Matches ( string connectionString ) : bool |
public BeginTransaction ( ) : TransactionScope | ||
return | TransactionScope |
public CreateCommand ( ) : |
||
return |
public CreateCommand ( string commandText ) : |
||
commandText | string | |
return |
public CreateConnection ( ) : |
||
return |
public CreateParameter ( |
||
commandParameter | ||
return |
public CreateParameter ( string name, object value ) : |
||
name | string | |
value | object | |
return |
public EndConnection ( ConnectionScope connectionScope ) : void | ||
connectionScope | ConnectionScope | |
return | void |
public EndTransaction ( TransactionScope transactionScope ) : void | ||
transactionScope | TransactionScope | |
return | void |
public InMemoryDbCommandFactory ( InMemoryDatabase inMemoryDatabase ) : System.Data.Common | ||
inMemoryDatabase | InMemoryDatabase | |
return | System.Data.Common |
public Matches ( string connectionString ) : bool | ||
connectionString | string | |
return | bool |