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.9.36244
Syntaxpublic Item applySQLWithParameters(
string query,
string parameters
)
Public Function applySQLWithParameters (
query As String,
parameters As String
) As Item
public Item applySQLWithParameters(
String query,
String parameters
)
public function applySQLWithParameters(
query : String,
parameters : String
) : Item
Parameters
- query
- Type: SystemString
SQL to be sent to Innovator server. - parameters
- Type: SystemString
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