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

Changes the null to unspecified in the tracker case list

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

Syntax

C#
public void ShowListUnspecifiedWhenNull(
	DataSet ds,
	int tableNum,
	bool isDisp,
	bool isBlank
)
Visual Basic (Declaration)
Public Sub ShowListUnspecifiedWhenNull ( _
	ds As DataSet, _
	tableNum As Integer, _
	isDisp As Boolean, _
	isBlank As Boolean _
)
Visual C++
public:
void ShowListUnspecifiedWhenNull(
	DataSet^ ds, 
	int tableNum, 
	bool isDisp, 
	bool isBlank
)

Parameters

ds
Type: System.Data..::.DataSet
The input dataset
tableNum
Type: System..::.Int32
The table number in the dataset that needs to be changed
isDisp
Type: System..::.Boolean
If true, the output will be formatted to be displayed on the browser.
isBlank
Type: System..::.Boolean
if true then the output is shown as blank otherwise it is shown as unspecified.

See Also