QueryBuildingExtensions.As(Source, String) Method
In This Article
Creates an alias for the specified Source.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public static SourceNode As(
this Source source,
string alias
)
#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 |
---|---|
Source |
An alias of the specified data source. |
See Also