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