EasyObjects.NET Programmers Reference

SchemaItemJustify Enumeration

An enumeration for justifying string fields in the database.

public enum SchemaItemJustify

Remarks

This has been depracated in anticipation of removal.

Members

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

Requirements

Namespace: NCI.EasyObjects

Assembly: NCI.EasyObjects (in NCI.EasyObjects.dll)

See Also

NCI.EasyObjects Namespace