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

DataSourceInfo.AddCalculatedFieldWithReplace(CalculatedField) Method

Adds a new item to the collection of calculated fields and automatically resolves their conflicting names (by always replacing an already existing field with a new one with an identical name).

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public void AddCalculatedFieldWithReplace(
    CalculatedField calculatedField
)

Parameters

Name Type Description
calculatedField CalculatedField

A CalculatedField object.

See Also