FilterBuilderPanel SetValues Method A Sandcastle Documented Class Library
Sets the values of this panel based on what is currently visible. In order to be used correctly the values of this panel must be set in the following order, table, column, operator, then value.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SetValues(
	string s1,
	string s2
)

Parameters

s1
Type: System String
s2
Type: System String
See Also