Skip to main content
A newer version of this page is available. .

QueryNode.ToString() Method

Returns an alias of the current node or the node type if it has no alias.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public override string ToString()

Returns

Type Description
String

The string representation of the object.

See Also