Runs a SQL statement that does not provide a result set

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool ExecuteStatement(
	string statement,
	out int id
)
Visual Basic
Public Function ExecuteStatement ( _
	statement As String, _
	<OutAttribute> ByRef id As Integer _
) As Boolean
Visual C++
public:
bool ExecuteStatement(
	String^ statement, 
	[OutAttribute] int% id
)

Parameters

statement
Type: System..::..String
Command to run
id
Type: System..::..Int32%
Returns Id or Rows effected

Return Value

bool

See Also