TableQuery Methods
Obsolete. Obsolete. Use the SelectQuery class instead.Name | Description |
---|---|
AddRelation(String, String, String, String) | Creates a master-detail relation between two data tables across the specified key columns. |
AddTable(String) | Includes a data table with the specified name into the query. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
FindTable(String) | Returns the data table with the specified name. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetSql(DBSchema) | Returns the SQL query corresponding to the current TableQuery. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of SqlQuery. Inherited from SqlQuery. |
Validate() | Checks the validity of the TableQuery. |
Validate(DBSchema) | Checks the validity of the TableQuery. |
See Also