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

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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string GenerateName()

Returns

Type Description
String

A combination of master and detail query names.

See Also