Skip to main content

DashboardEFDataSource.GetDataProcessingMode(String) Method

Returns the data processing mode for the specified data member contained in the current data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DataProcessingMode GetDataProcessingMode(
    string dataMember
)

Parameters

Name Type Description
dataMember String

A String value that specifies the required data member.

Returns

Type Description
DataProcessingMode

A DataProcessingMode enumeration value that specifies the data processing mode for the specified data member.

See Also