Click or drag to resize

DataTablesAggregationDataSourceCheckDataAndOptions Method

Checks the process data and options and returns warnings or errors, if any.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<string> CheckDataAndOptions()

Return Value

IEnumerableString
An enumerable of warning or error messages; may be empty.
See Also