EasyObjects.NET Programmers Reference

DynamicQuery.AddResultColumn Method (String)

The default result set for Query.Load is all of the columns in your Table or View. Once you call AddResultColumn this changes to only the columns you have added via this method. For instance, if you call AddResultColumn twice then only two columns will be returned in your result set.

public virtual void AddResultColumn(
   string fieldName
);

Parameters

fieldName
The name of a column to add to the SELECT statement

See Also

DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.AddResultColumn Overload List