#Table
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| ColumnCollection | Columns | Gets the collection of columns that were associated with the table when the schema information was fetched. If the Izenda.AdHoc.Database.TableType is a stored procedure and lazy loading of stored procedures is on, then calling this property for the fist time will fetch the stored procedure column data, which may take a long time. | {} |
| String | FullName | Represents the fully-qualified name of the entity with the schema as well. | [].[] |
| String | Name | Gets or sets the name of the entity that was obtained from the database. | String.Empty |
| Table | Parent | Gets or sets the parent entity if there is one. This could be a synonym on the database. | null |
| String | Schema | Gets or sets the schema that the entity is associated with. | String.Empty |
| String | SqlName | Gets the System.String representation of the entity's name formatted for a SQL statement. | [].[] |
| TableType | Type | The Izenda.AdHoc.Database.TableType that is used for various functions throughout the reporting application. | Table |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
