메소드 | 설명 | |
---|---|---|
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 CreateCommand ( string commandText ) : |
||
commandText | string | |
리턴 |
public CreateConnection ( ) : |
||
리턴 |
public CreateParameter ( |
||
commandParameter | ||
리턴 |
public CreateParameter ( string name, object value ) : |
||
name | string | |
value | object | |
리턴 |
public EndConnection ( ConnectionScope connectionScope ) : void | ||
connectionScope | ConnectionScope | |
리턴 | void |
public EndTransaction ( TransactionScope transactionScope ) : void | ||
transactionScope | TransactionScope | |
리턴 | void |
public InMemoryDbCommandFactory ( InMemoryDatabase inMemoryDatabase ) : System.Data.Common | ||
inMemoryDatabase | InMemoryDatabase | |
리턴 | System.Data.Common |