ColumnSortPanel LoadAll Method A Sandcastle Documented Class Library
Loads all the information needed for displaying the filter builder panel. Tables, columns etc.

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

public void LoadAll(
	List<string> tables,
	Dictionary<string, List<string>> columns
)

Parameters

tables
Type: System.Collections.Generic List String 
columns
Type: System.Collections.Generic Dictionary String, List String  
See Also