Method | Description | |
---|---|---|
CreateCommand ( ) : |
Returns a new instance of the provider's class that implements the T:System.Data.Common.DbCommand class.
|
|
CreateConnection ( ) : |
Returns a new instance of the provider's class that implements the T:System.Data.Common.DbConnection class.
|
|
CreateConnectionStringBuilder ( ) : |
Returns a new instance of the provider's class that implements the
|
|
CreateDataAdapter ( ) : |
Returns a new instance of the provider's class that implements the T:System.Data.Common.DbDataAdapter class.
|
|
CreateParameter ( ) : |
Returns a new instance of the provider's class that implements the T:System.Data.Common.DbParameter class.
|
public CreateCommand ( ) : |
||
return |
public CreateConnection ( ) : |
||
return |
public CreateConnectionStringBuilder ( ) : |
||
return |
public CreateDataAdapter ( ) : |
||
return |
public CreateParameter ( ) : |
||
return |