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

FederationMasterDetailInfo.Name Property

A query’s name.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String that is the query’s name.

Remarks

If the Name property is not specified, the FederationMasterDetailInfo.GenerateName method generates the name automatically.

See Also