Click or drag to resize

DataTableMatrixProxyBaseUpdate Method

Brings the members of this instance in a consistent state. After the state is consistent, the member _isDirty is set to false. This fails if the underlying data table is null, and can not be determined from the data columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void Update()
See Also