Executes a SQL command with command parameters
public int Execute( string SqlCommand, string Tablename, IDbDataParameter[] Parameters );
Return Value
int
Parameters
SqlCommand
Tablename
Parameters
Overloads:
public int Execute( string Sql, string Tablename );
public int Execute( IDbCommand SqlCommand, string Tablename );
See also:
Class wwBusiness© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic