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