Exago .NET API Documentation
ObjectType Property
Example 
WebReports.Api.Reports Namespace > Entity Class : ObjectType Property
The type of object that this Entity (Data Object) is (e.g. table, view, etc...)
Syntax
public System.string ObjectType {get; set;}

Property Value

A string representing the type of object, one of the available constants from the DataObjectType class.
Example
Set the object type to Table.
myNewEntity.ObjectType = DataObjectType.Table;
See Also

Reference

Entity Class
Entity Members