Sends SQL request to Innovator server and returns server response as an Item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic Item applySQL(
string sql
)
Public Function applySQL (
sql As String
) As Item
public Item applySQL(
String sql
)
public function applySQL(
sql : String
) : Item
Parameters
- sql
- Type: SystemString
SQL to be sent to Innovator server.
Return Value
Type:
ItemServer 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