SqlUpsertSettings interface
Sql upsert option settings
Properties
interim |
Schema name for interim table. Type: string (or Expression with resultType string). |
keys | Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). |
use |
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean). |
Property Details
interimSchemaName
Schema name for interim table. Type: string (or Expression with resultType string).
interimSchemaName?: any
Property Value
any
keys
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
keys?: any
Property Value
any
useTempDB
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
useTempDB?: any
Property Value
any