Skip to main content
.NET 6.0+

ReportDataProvider.MassUpdateDataType<T>(IObjectSpace, String, Type, String) Method

For internal use.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public static void MassUpdateDataType<T>(
    IObjectSpace objectSpace,
    string oldDataType,
    Type newDataType,
    string dataTypeMemberName
)
    where T : IReportDataV2Writable

Parameters

Name Type
objectSpace IObjectSpace
oldDataType String
newDataType Type
dataTypeMemberName String

Type Parameters

Name
T
See Also