MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / TableType Enumeration

TableType Enumeration
Specifies a type of the table in a database.
Syntax
'Declaration
 
Public Enum TableType 
   Inherits System.Enum
 
Members
MemberDescription
TableTable type.
ViewView type.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.TableType

See Also