Home
execute a command (like update, insert, or delete). use getRows() to find number of rows effected

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool command(
	string commandQuery
)
Public Function command ( _
	commandQuery As String _
) As Boolean
public:
bool command(
	String^ commandQuery
)

Parameters

commandQuery
String
the command query...update,insert,delete, etc (do not use select)

Return Value

the success of the commandQuery

See Also