Skip to main content
All docs
V23.2

TransformationRule.Alias Property

Gets or sets the query node’s alias.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string Alias { get; set; }

Property Value

Type Description
String

A String that is the query node’s alias.

See Also