Runs a SQL statement that does not provide a result set

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

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

Parameters

statement
Type: System..::..String
Command to run

Return Value

bool

See Also