Skip to main content

FederationMasterDetailInfo.Name Property

A query’s name.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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