Skip to main content
All docs
V26.1
  • FederationMasterDetailInfo.ToString() Method

    Overrides the base ToString method to return the query name.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.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