Performs data insertion returning rows Identity ID

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool Execute(
	out int identityValue
)
Visual Basic
Public Function Execute ( _
	<OutAttribute> ByRef identityValue As Integer _
) As Boolean
Visual C++
public:
bool Execute(
	[OutAttribute] int% identityValue
)

Parameters

identityValue
Type: System..::..Int32%
Returns Identity ID from Insert

Return Value

bool

Remarks

Upon completion WIDatabase.SQLStatement contains SQL command generated by the library

See Also