Click or drag to resize

ImportWithFileNameDerivedPropertiesActionEnsureExistenceOfTargetTable Method

Ensures the existence of the target table with the specified name. If the table does not exist, it will be created. If a folder or table is specified as a template, it will be used to create the target table if it is missing.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public DataTable EnsureExistenceOfTargetTable(
	string targetTableName,
	IReadOnlyDictionary<string, Object> properties
)

Parameters

targetTableName  String
The name of the target table.
properties  IReadOnlyDictionaryString, Object
The properties to be used for conditional template matching.

Return Value

DataTable
The existing or newly created target table.
See Also