EasyObjects.NET Programmers Reference

EasyObject.GetItemString Method (SchemaItem, String)

Retrieves the string value of the SchemaItem

public string GetItemString(
   SchemaItem item,
   string defaultValue
);

Parameters

item
The SchemaItem to retrieve
defaultValue
If the column contains a NULL, this value will be returned instead

Return Value

A string value of the item, or the default value if the column contains a NULL

See Also

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