Skip to main content
A newer version of this page is available. .

SelectNodeBuilder Methods

Provides a Fluent interface method used to build a federated query.
Name Description
Build() Finalizes the chain of methods specified to build a SelectNode.
Build(String) Finalizes the chain of methods specified to build a SelectNode and returns the SelectNode with the specified alias.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
InnerJoin(IJoinNode, CriteriaOperator) Specifies the inner JOIN operation.
InnerJoin(IJoinNode, String) Specifies the inner JOIN operation.
InnerJoin(Source, CriteriaOperator) Specifies the inner JOIN operation.
InnerJoin(Source, String) Specifies the inner JOIN operation.
Join(IJoinNode, CriteriaOperator) Specifies the JOIN operation.
Join(IJoinNode, JoinType, CriteriaOperator) Specifies the JOIN operation.
Join(IJoinNode, JoinType, String) Specifies the JOIN operation.
Join(IJoinNode, String) Specifies the JOIN operation.
Join(Source, CriteriaOperator) Specifies the JOIN operation.
Join(Source, JoinType, CriteriaOperator) Specifies the JOIN operation.
Join(Source, JoinType, String) Specifies the JOIN operation.
Join(Source, String) Specifies the JOIN operation.
LeftJoin(IJoinNode, CriteriaOperator) Specifies the left outer JOIN operation.
LeftJoin(IJoinNode, String) Specifies the left outer JOIN operation.
LeftJoin(Source, CriteriaOperator) Specifies the left outer JOIN operation.
LeftJoin(Source, String) Specifies the left outer JOIN operation.
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.
Select(SelectStatement[]) Specifies the SELECT operation.
SelectAll() Selects all columns in a specified data table.
SelectAllColumns() Selects all columns in all data tables within the federated query.
ToString() Returns a string that represents the current object. Inherited from Object.
Where(String) Specifies the WHERE clause to filter records.
See Also