Method | Description | |
---|---|---|
AdoNonQuery ( ) : System.Collections |
Initializes a new instance of the AdoNonQuery class.
|
|
AdoNonQuery ( IDbProvider provider ) : System.Collections |
Initializes a new instance of the AdoNonQuery class.
|
|
AdoNonQuery ( IDbProvider dbProvider, string sql ) : System.Collections |
Initializes a new instance of the AdoNonQuery class.
|
|
ExecuteNonQuery ( ) : IDictionary | ||
ExecuteNonQueryByNamedParam ( IDictionary inParams ) : IDictionary |
public AdoNonQuery ( IDbProvider provider ) : System.Collections | ||
provider | IDbProvider | |
return | System.Collections |
public AdoNonQuery ( IDbProvider dbProvider, string sql ) : System.Collections | ||
dbProvider | IDbProvider | |
sql | string | |
return | System.Collections |
public ExecuteNonQueryByNamedParam ( IDictionary inParams ) : IDictionary | ||
inParams | IDictionary | |
return | IDictionary |