New SQLiteTransaction - Proxx/Proxx.SQLite GitHub Wiki
Name
New-SQLiteTransaction
.SYNOPSIS
.PARAMETERS
-Connection <SQLiteConnection>
Specifies the Connection object.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Conn <SQLiteConnection>
Specifies the Connection object.
This is an alias of the Connection parameter.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
.INPUTS
.NOTES
Proxx.SQLite
Author: Marco van G. (Proxx) Website: www.Proxx.nl
.RELATED LINKS
Proxx.nl