Skip to content

Undo SQLiteTransaction

Marco van Gaal edited this page Feb 23, 2016 · 3 revisions

Name

Undo-SQLiteTransaction

.SYNOPSIS

.PARAMETERS

    -Transaction <SQLiteTransaction>
        Specifies an Transaction object.

        Required?                    true
        Position?                    0
        Default value
        Accept pipeline input?       true (ByValue)
        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

System.Data.SQLite.SQLiteTransaction

Specifies an Transaction object.

.NOTES

Proxx.SQLite

    Author: Marco van G. (Proxx) Website: www.Proxx.nl


.RELATED LINKS

Proxx.nl

Clone this wiki locally