Skip to main content

FederationMasterDetailInfo.Name Property

A query’s name.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v22.2.dll

NuGet Package: DevExpress.DataAccess

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