QueryBuildingExtensions Methods
Provides extension methods to build a federated query with Fluent API.Name | Description |
---|---|
As(Source, String) static | Creates an alias for the specified Source. |
As(String, String) static | Creates a column 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. |
From(IJoinNode) static | Provides access to the SelectNodeBuilder object used to build a query with a Fluent interface. |
From(Source) static | Provides access to the SelectNodeBuilder object used to build a query with a Fluent interface. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
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. Inherited from Object. |
Transform(IJoinNode) static | Creates a TransformationNodeBuilder object that allows you to apply transformations to a node created after the Join, Select, Union, or Union All operations. |
Transform(Source) static | Creates a TransformationNodeBuilder object that allows you to apply transformation operations to an element of the Federation Data Source. |
Union(QueryNode, QueryNode, UnionType) static | Combines rows from two or more queries into a single data set and removes duplicate rows. |
Union(QueryNode, QueryNode) static | Combines rows from two or more queries into a single data set and removes duplicate rows. |
UnionAll(QueryNode, QueryNode) static | Combines rows from two or more queries into a single data set. Duplicates rows from different queries when they contain the same data. |
See Also