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

    Combines the master and detail query names to generate a relation name if it is not set explicitly.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public string GenerateName()

    Returns

    Type Description
    String

    A combination of master and detail query names.

    See Also