[This is preliminary documentation and is subject to change.]
Shows output as unspecified when the database returns as null.
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void ShowListUnspecifiedWhenNull( DataSet ds, int tableNum, int col, bool isDisp, bool isBlank ) |
Visual Basic (Declaration) |
---|
Public Sub ShowListUnspecifiedWhenNull ( _ ds As DataSet, _ tableNum As Integer, _ col As Integer, _ isDisp As Boolean, _ isBlank As Boolean _ ) |
Visual C++ |
---|
public: void ShowListUnspecifiedWhenNull( DataSet^ ds, int tableNum, int col, bool isDisp, bool isBlank ) |
Parameters
- ds
- Type: System.Data..::.DataSet
Operates on the fixed fields of the dataset
- tableNum
- Type: System..::.Int32
The table number in the dataset
- col
- Type: System..::.Int32
The column Index in the table
- 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.