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;