Initializes a new instance of the FilterAndSortDialog class.

FilterAndSortDialog(DocumentServer.DataSources.DataTableInfo)

public FilterAndSortDialog(DocumentServer.DataSources.DataTableInfo table);
Public Sub New(table As DocumentServer.DataSources.DataTableInfo)

FilterAndSortDialog(String[])

public FilterAndSortDialog(string[] fieldNames);
Public Sub New(fieldNames As String())

Parameters

Parameter Description
table Specifies the DataTableInfo object which is used as a source for possible table column names.
fieldNames Specifies the possible column names.