Skip to main content

FederationMasterDetailInfo.ToString() Method

Overrides the base ToString method to return the query name.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public override string ToString()

Returns

Type Description
String

The query name.

Remarks

This method returns the FederationMasterDetailInfo.Name property value.

See Also