DWCopyCommandDefaultValue interface
預設值。
屬性
column |
數據行名稱。 Type: object (或 Expression with resultType string)。 |
default |
數據行的預設值。 Type: object (或 Expression with resultType string)。 |
屬性詳細資料
columnName
數據行名稱。 Type: object (或 Expression with resultType string)。
columnName?: any
屬性值
any
defaultValue
數據行的預設值。 Type: object (或 Expression with resultType string)。
defaultValue?: any
屬性值
any