An enumeration for justifying string fields in the database.
This has been depracated in anticipation of removal.
| Member Name | Description |
|---|---|
| None | No justification. |
| Left | The value should be padded to the right with spaces to the maximum length of the field |
| Right | The value should be padded to the left with spaces so that the value's last character is at the length of the field |
Namespace: NCI.EasyObjects
Assembly: NCI.EasyObjects (in NCI.EasyObjects.dll)