InsertClone

IColumnCollection.InsertClone method

Creates a copy of the specified template column and insert it at the specified position in a table.

public IColumn[] InsertClone(int index, IColumn templ, bool withAttachedColumns)
ParameterTypeDescription
indexInt32Index of a new column.
templIColumnColumn which is used as a template.
withAttachedColumnsBooleanTrue to copy also all columns attached to the template column.

Return Value

Inserted columns.

See Also