Method | Description | |
---|---|---|
Execute ( ) : void | ||
Parameter ( string name, object value, DbType dbType = null ) : |
Method | Description | |
---|---|---|
NonQueryCommand ( IDbConnection connection, IDbTransaction transaction, string commandText, CommandType commandType = CommandType.Text ) : System.Data |
public Parameter ( string name, object value, DbType dbType = null ) : |
||
name | string | |
value | object | |
dbType | DbType | |
return |