ExtractCommonColumnsToTableDataSourceExecute Method |
Executes the 'Plot common column' command.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Execute(
DataTable destinationTable,
ExtractCommonColumnsToTableData data,
ExtractCommonColumnsToTableOptions options
)
Parameters
- destinationTable DataTable
- The destination table that receives the extracted columns.
- data ExtractCommonColumnsToTableData
- The source data and selected tables.
- options ExtractCommonColumnsToTableOptions
- The options controlling how common columns are extracted.
See Also