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.NamePropertyExtractionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic 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
DataTableThe existing or newly created target table.
See Also