Method | Description | |
---|---|---|
CreateParameter ( string name, object value ) : |
||
TestDbCommandFactory ( string connectionString ) : System.Data.Common |
Method | Description | |
---|---|---|
CreateNewCommand ( string commandText ) : |
||
CreateNewConnection ( string connectionString ) : |
protected CreateNewCommand ( string commandText ) : |
||
commandText | string | |
return |
protected CreateNewConnection ( string connectionString ) : |
||
connectionString | string | |
return |
public CreateParameter ( string name, object value ) : |
||
name | string | |
value | object | |
return |
public TestDbCommandFactory ( string connectionString ) : System.Data.Common | ||
connectionString | string | |
return | System.Data.Common |