IService1RunIrxDbQuery Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/RunIrxDbQuery", ReplyAction = "http://tempuri.org/IService1/RunIrxDbQueryResponse")] DataSet RunIrxDbQuery( string sql, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RunIrxDbQuery", ReplyAction := "http://tempuri.org/IService1/RunIrxDbQueryResponse")> Function RunIrxDbQuery ( sql As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RunIrxDbQuery", ReplyAction = L"http://tempuri.org/IService1/RunIrxDbQueryResponse")] DataSet^ RunIrxDbQuery( String^ sql, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/RunIrxDbQuery", ReplyAction = "http://tempuri.org/IService1/RunIrxDbQueryResponse")>] abstract RunIrxDbQuery : sql : string * key : string -> DataSet