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.v19.1.dll

Declaration

public string GenerateName()

Returns

Type Description
String

A combination of master and detail query names.

See Also