Preform a SQL Transaction on a SQL statement

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

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

Parameters

query
Type: System..::..String
Transaction command to run
id
Type: System..::..Int32%
Returns either ID or Rows effected

Return Value

bool

See Also