[This is preliminary documentation and is subject to change.]

Creates the query string and the display string for the filter

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public void CreateFilterString(
	ref DataTable dt,
	ref string filterString,
	ref string displayString
)
Visual Basic (Declaration)
Public Sub CreateFilterString ( _
	ByRef dt As DataTable, _
	ByRef filterString As String, _
	ByRef displayString As String _
)
Visual C++
public:
void CreateFilterString(
	DataTable^% dt, 
	String^% filterString, 
	String^% displayString
)

Parameters

dt
Type: System.Data..::.DataTable%
The datatable which is populated by the user interface
filterString
Type: System..::.String%
The string which will be executed by the database if this option is selected
displayString
Type: System..::.String%
The string which will be displayed if the user wishes to see the query string in clear text

See Also