Click or drag to resize

SQLInserterExecute Method (String, Int32)

Execute the SQL INSERT statement. Note that embedded functions are always resolved. Requires that the object was created with the SQLInserter(IDatabase, String) constructor. Note that if you want to obtain the value of the IDENTITY value for the newly created record you must use the Execute(String, Int32, Boolean, ExecuteOptions) overload.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Execute(
	string logSource,
	int commandTimeout
)

Parameters

logSource
Type: SystemString
The source of the operation, to be logged to the devlog.
commandTimeout
Type: SystemInt32
Override the default command timeout.

Return Value

Type: Int32
Zero, always.
See Also