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

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public Item applySQL(
	string sql
)
Visual Basic (Declaration)
Public Function applySQL ( _
	sql As String _
) As Item
J#
public Item applySQL(
	String sql
)
JScript
public function applySQL(
	sql : String
) : Item

Parameters

sql
Type: System..::.String
SQL to be sent to Innovator server.

Return Value

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