Skip to content

Disconnect SQLite

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

Name

Disconnect-SQLite

.SYNOPSIS

.PARAMETERS

    -Connection <SQLiteConnection>
        Specifies the Connection object.

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

    -Dispose <SwitchParameter>
        Disposes the SQLite connection object.

        Required?                    false
        Position?                    named
        Default value                False
        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

System.Data.SQLite.SQLiteConnection

Specifies the Connection object.

.NOTES

Proxx.SQLite

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


.RELATED LINKS

Proxx.nl

Clone this wiki locally