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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
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.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|
Where(String)
|
Specifies the WHERE clause to filter records.
|