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