Click or drag to resize

InnovatorapplySQL Method

Sends SQL request to Innovator server and returns server response as an Item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item applySQL(
	string sql
)

Parameters

sql
Type: SystemString
SQL to be sent to Innovator server.

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