EasyObjects.NET Programmers Reference

EasyObject.SetString Method (String, String, SchemaItemJustify, Int32)

Stores a justified string in the internal DataTable.

protected void SetString(
   string fieldName,
   string value,
   SchemaItemJustify justify,
   int length
);

Parameters

fieldName
The name of the column
value
The value to store
justify
The SchemaItemJustify setting
length
The maximum length of the padded string

Remarks

This method has been depracated in anticipation of removing the SchemaItemJustify functionality.

See Also

EasyObject Class | NCI.EasyObjects Namespace | EasyObject.SetString Overload List