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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataTable EnsureExistence(
string tableName
)
Parameters
- tableName String
- Table name.
Return Value
DataTableThe data table with the provided name.
See Also