Skip to main content
A newer version of this page is available. .
All docs
V21.1

TransformationRule.Alias Property

Gets or sets the query node’s alias.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public string Alias { get; set; }

Property Value

Type Description
String

A String that is the query node’s alias.

See Also