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