DataTablesAggregationDataSourceCheckDataAndOptions Method |
Checks the process data and options and returns warnings or errors, if any.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IEnumerable<string> CheckDataAndOptions()
Return Value
IEnumerableStringAn enumerable of warning or error messages; may be empty.
See Also