EasyObjects.NET Programmers Reference

SqlServerDynamicQuery.AddResultColumn Method

Adds a field to the SELECT clause of the query

Overload List

Inherited from DynamicQuery.

public virtual void AddResultColumn(SchemaItem);

Adds a field to the SELECT clause of the query

public override void AddResultColumn(string);

See Also

SqlServerDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace