Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AddFilterReportsTableJoin(
	string joinTypesId,
	string reportId,
	string leftTable,
	string rightTable,
	string key
)
Visual Basic
Public Function AddFilterReportsTableJoin ( 
	joinTypesId As String,
	reportId As String,
	leftTable As String,
	rightTable As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddFilterReportsTableJoin(
	String^ joinTypesId, 
	String^ reportId, 
	String^ leftTable, 
	String^ rightTable, 
	String^ key
) sealed

Parameters

joinTypesId
Type: System..::..String
reportId
Type: System..::..String
leftTable
Type: System..::..String
rightTable
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddFilterReportsTableJoin(String, String, String, String, String)

See Also