Skip to main content

FederationMasterDetailInfo.ToString() Method

Overrides the base ToString method to return the query name.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override string ToString()

Returns

Type Description
String

The query name.

Remarks

This method returns the FederationMasterDetailInfo.Name property value.

See Also