Invoke-SQLiteBulkCopy
Invoke-SQLiteBulkCopy
SYNOPSIS
SYNTAX
Invoke-SQLiteBulkCopy [-DataTable] <DataTable> [-DataSource] <String> [-Table] <String> [[-ConflictClause] <String>] [-NotifyAfter <Int32>] [-Force] [-QueryTimeout <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Invoke-SQLiteBulkCopy [-DataTable] <DataTable> [-SQLiteConnection] <SQLiteConnection> [-Table] <String> [[-ConflictClause] <String>] [-NotifyAfter <Int32>] [-Force] [-QueryTimeout <Int32>] [-WhatIf] [-Confirm]
[<CommonParameters>]DESCRIPTION
EXAMPLES
EXAMPLE 1
PARAMETERS
DataTable
DataSource
SQLiteConnection
Table
ConflictClause
NotifyAfter
Force
QueryTimeout
WhatIf
Confirm
CommonParameters
Last updated