Skip to main content
All docs
V26.1
  • QueryBuildingExtensions.As(Source, String) Method

    Creates an alias for the specified Source.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.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
    SourceNode

    An alias of the specified data source.

    See Also