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