QueryBuildingExtensions.As(Source, String) Method
Creates an alias for the specified Source.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | Source | The data source for which an alias is created. |
alias | String | A String that is the alias name. |
Returns
Type | Description |
---|---|
SourceNode | An alias of the specified data source. |
See Also