Click or drag to resize

DataTableCollectionEnsureExistence Method

Ensures the existence of a DataTable with the given name. Returns the table with the given name if it exists, otherwise a table with that name will be created and returned.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTable EnsureExistence(
	string tableName
)

Parameters

tableName  String
Table name.

Return Value

DataTable
The data table with the provided name.
See Also