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

FederationMasterDetailInfo.ToString() Method

Overrides the base ToString method to return the query name.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public override string ToString()

Returns

Type Description
String

The query name.

Remarks

This method returns the FederationMasterDetailInfo.Name property value.

See Also