Name | Description | |
---|---|---|
DataFormatter Constructor | Prints rows from data source, formatting it into a table |
The following tables list the members exposed by DataFormatter.
Name | Description | |
---|---|---|
DataFormatter Constructor | Prints rows from data source, formatting it into a table |
Name | Description | |
---|---|---|
LeftAlignHeaders | Left-align non-string columns? | |
MaxFixedTypeWidth | Maximum width of fixed data types. | |
MaxVarTypeWidth | Maximum width of variable data types. | |
ShrinkDecimalColumns | Shrink System.Decimal columns to width 31? |
Name | Description | |
---|---|---|
ByteArrayToString | Convert byte array to hexadecimal string | |
PrintRow | Prints current row to output | |
Read | Moves to next row; returns true if record exists | |
RowCount | Returns how many rows were affected; or, for SELECT queries, returns the number of rows |