Skip to main content

SourceNode.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.

Implements

See Also