Exago .NET API Documentation
SqlObject Class
Members 
WebReports.Api.Data Namespace : SqlObject Class

SQLObject objects are the basic building blocks of constructed SQL objects such as tables, views and functions used in the application. The other SQL object types, such as SqlTable and SqlView are derived from this class.

The Server Events OnExecuteSqlStatementConstructed and OnFilterSqlStatementConstructed take a SqlObject object as one of their arguments.

Syntax
public class SqlObject : DataObjectBase 
Inheritance Hierarchy

System.Object
   WebReports.Api.Data.DataObjectBase
      WebReports.Api.Data.SqlObject

See Also

Reference

SqlObject Members
WebReports.Api.Data Namespace