MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Table Class
Properties Methods

Table Class Members

The following tables list the members exposed by Table.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Table class with the specified name, type and columns.  
Top
Public Properties
 NameDescription
Public PropertyGets the collection of columns in the table.  
Public PropertyGets the name and schema of the table.  
Public PropertyGets the type of the table.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether two Table instances are equal.  
Public MethodServes as a hash function for a Table, suitable for use in hashing algorithms and data structures like a hash table.  
Public Method  
Top
Public Operators
Determines whether two Table instances are equal. The first Table object for the comparison. The second Table object for the comparison.
Determines whether two Table instances are not equal. The first Table object for the comparison. The second Table object for the comparison.
Top
See Also