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

Syntax

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

Parameters

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

Return Value

Type: Boolean

Implements

IService1..::..UpdateFilterReportsTableJoin(String, String, String, String, String, String, String)

See Also