Skip to main content

SelectStatement Methods

Represents the select statement.
Name Description
CollectJoinNodesAndCriteria(out List<JoinNode>, out List<CriteriaOperator>) Inherited from JoinNode.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the current object has the same settings as the specified object.
GetColumn(String) Returns the column with the specified name. Inherited from JoinNode.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current SelectStatement object.
GetTablesColumns(BaseStatement[]) static This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseStatement.
GetTablesNames() Returns the names of the tables that are referenced in the statement. Inherited from BaseStatement.
GetTablesNames(BaseStatement[]) static Returns the names of the tables that are referenced in the specified statements. Inherited from BaseStatement.
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 a string that represents the current object.
See Also