Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddFilterReportsTableJoin", ReplyAction = "http://tempuri.org/IService1/AddFilterReportsTableJoinResponse")] bool AddFilterReportsTableJoin( string joinTypesId, string reportId, string leftTable, string rightTable, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddFilterReportsTableJoin", ReplyAction := "http://tempuri.org/IService1/AddFilterReportsTableJoinResponse")> Function AddFilterReportsTableJoin ( joinTypesId As String, reportId As String, leftTable As String, rightTable As String, key As String ) As Boolean |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddFilterReportsTableJoin", ReplyAction = L"http://tempuri.org/IService1/AddFilterReportsTableJoinResponse")] bool AddFilterReportsTableJoin( String^ joinTypesId, String^ reportId, String^ leftTable, String^ rightTable, String^ key ) |
Parameters
- joinTypesId
- Type: System..::..String
- reportId
- Type: System..::..String
- leftTable
- Type: System..::..String
- rightTable
- Type: System..::..String
- key
- Type: System..::..String