Click or drag to resize

DataTableCleaningOptions Class

Options for clearing one or multiple data tables.
Inheritance Hierarchy
SystemObject
  Altaxo.DataDataTableCleaningOptions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class DataTableCleaningOptions : IEquatable<DataTableCleaningOptions>

The DataTableCleaningOptions type exposes the following members.

Constructors
 NameDescription
Public methodDataTableCleaningOptionsInitializes a new instance of the DataTableCleaningOptions class
Top
Properties
 NameDescription
Public propertyClearColumnPropertiesIf true, the column properties will be cleared.
Public propertyClearDataIf true, the main data of the table will be cleared.
Public propertyClearDataSourceIf true, the table's data source is removed.
Public propertyClearNotesIf true, the table notes will be cleared.
Public propertyClearTablePropertiesIf true, the table properties will be cleared.
Public propertyClearTableScriptIf true, the table script is removed.
Public propertyRemoveColumnPropertiesIf true, all property columns will be removed.
Public propertyRemoveDataColumnsIf true, all data columns will be removed.
Top
Methods
 NameDescription
Public methodApplyTo(DataTable) Applies the options to a given table.
Public methodApplyTo(IEnumerableDataTable) Applies the options to the given tables.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also