DWCopyCommandDefaultValue interface

Default value.

Properties

columnName

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

defaultValue

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

Property Details

columnName

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

columnName?: any

Property Value

any

defaultValue

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

defaultValue?: any

Property Value

any