DWCopyCommandDefaultValue interface   
Default value.
Properties
| column | 
	Column name. Type: object (or Expression with resultType string).  | 
| default | 
	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