Package version:

Interface DWCopyCommandDefaultValue

Default value.

interface DWCopyCommandDefaultValue {
    columnName?: any;
    defaultValue?: any;
}

Properties

columnName?: any

Column name. Type: object (or Expression with resultType string).

defaultValue?: any

The default value of the column. Type: object (or Expression with resultType string).