Click or drag to resize

InnovatorapplySQLWithParameters Method

Sends SQL request (which consists of query and parameters) and returns server response as an Item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item applySQLWithParameters(
	string query,
	string parameters
)

Parameters

query
Type: SystemString
SQL to be sent to Innovator server.
parameters
Type: SystemString

Return Value

Type: Item
Server response.
Remarks
Uses "ApplySQL" type of server request. In the returned Item object the dom property is the XML returned from the server.
See Also