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