Proxx.SQLite.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?> <helpItems schema="maml" xmlns="http://msh"> <!-- Cmdlet: Compress-SQLite --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Compress-SQLite</command:name> <command:verb>Compress</command:verb> <command:noun>SQLite</command:noun> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Compress-SQLite</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: PassThru --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>PassThru will output the objects to pipeline.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: PassThru --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>PassThru will output the objects to pipeline.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Connect-SQLite --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Connect-SQLite</command:name> <command:verb>Connect</command:verb> <command:noun>SQLite</command:noun> </command:details> <command:syntax> <!-- Parameter set: File --> <command:syntaxItem> <maml:name>Connect-SQLite</maml:name> <!-- Parameter: Path --> <command:parameter required="false" globbing="false" pipelineInput="false" position="0"> <maml:name>Path</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Open --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Open</maml:name> <maml:description> <maml:para>Opens the connection to the database.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Memory --> <command:syntaxItem> <maml:name>Connect-SQLite</maml:name> <!-- Parameter: Memory --> <command:parameter required="true" globbing="false" pipelineInput="false" position="0"> <maml:name>Memory</maml:name> <maml:description> <maml:para>Create an In-Memory SQLite database.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Open --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Open</maml:name> <maml:description> <maml:para>Opens the connection to the database.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Path --> <command:parameter required="false" globbing="false" pipelineInput="false" position="0"> <maml:name>Path</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Memory --> <command:parameter required="true" globbing="false" pipelineInput="false" position="0"> <maml:name>Memory</maml:name> <maml:description> <maml:para>Create an In-Memory SQLite database.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Open --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Open</maml:name> <maml:description> <maml:para>Opens the connection to the database.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Disconnect-SQLite --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Disconnect-SQLite</command:name> <command:verb>Disconnect</command:verb> <command:noun>SQLite</command:noun> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Disconnect-SQLite</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Dispose --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Dispose</maml:name> <maml:description> <maml:para>Disposes the SQLite connection object.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Dispose --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Dispose</maml:name> <maml:description> <maml:para>Disposes the SQLite connection object.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Get-SQLite --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-SQLite</command:name> <command:verb>Get</command:verb> <command:noun>SQLite</command:noun> </command:details> <command:syntax> <!-- Parameter set: Connection --> <command:syntaxItem> <maml:name>Get-SQLite</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Query --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>Query</maml:name> <maml:description> <maml:para>Specify the query in string format.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ReturnObject --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>ReturnObject</maml:name> <maml:description> <maml:para>Ouputs an Object instead of a DataTable</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Transaction --> <command:syntaxItem> <maml:name>Get-SQLite</maml:name> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Query --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>Query</maml:name> <maml:description> <maml:para>Specify the query in string format.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ReturnObject --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>ReturnObject</maml:name> <maml:description> <maml:para>Ouputs an Object instead of a DataTable</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Query --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>Query</maml:name> <maml:description> <maml:para>Specify the query in string format.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ReturnObject --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>ReturnObject</maml:name> <maml:description> <maml:para>Ouputs an Object instead of a DataTable</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Specify the query in string format.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Write-SQLite --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Write-SQLite</command:name> <command:verb>Write</command:verb> <command:noun>SQLite</command:noun> </command:details> <command:syntax> <!-- Parameter set: Connection --> <command:syntaxItem> <maml:name>Write-SQLite</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Query --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"> <maml:name>Query</maml:name> <command:parameterValue required="true">string[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Boolean --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Boolean</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Transaction --> <command:syntaxItem> <maml:name>Write-SQLite</maml:name> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Query --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"> <maml:name>Query</maml:name> <command:parameterValue required="true">string[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Boolean --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Boolean</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Query --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"> <maml:name>Query</maml:name> <command:parameterValue required="true">string[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Boolean --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Boolean</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Bool</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> <maml:description> <maml:para>This is an alias of the Boolean parameter.</maml:para> </maml:description> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Invoke-SQLiteFill --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Invoke-SQLiteFill</command:name> <command:verb>Invoke</command:verb> <command:noun>SQLiteFill</command:noun> </command:details> <command:syntax> <!-- Parameter set: Connection --> <command:syntaxItem> <maml:name>Invoke-SQLiteFill</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">DataTable</command:parameterValue> <dev:type> <maml:name>System.Data.DataTable</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of the SQLite table.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> <!-- Parameter set: Transaction --> <command:syntaxItem> <maml:name>Invoke-SQLiteFill</maml:name> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">DataTable</command:parameterValue> <dev:type> <maml:name>System.Data.DataTable</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of the SQLite table.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">DataTable</command:parameterValue> <dev:type> <maml:name>System.Data.DataTable</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the name of the SQLite table.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Data.DataTable</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: New-SQLiteTable --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>New-SQLiteTable</command:name> <command:verb>New</command:verb> <command:noun>SQLiteTable</command:noun> </command:details> <command:syntax> <!-- Parameter set: Connection --> <command:syntaxItem> <maml:name>New-SQLiteTable</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the SQLite table name.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Unique --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Unique</maml:name> <maml:description> <maml:para>Specifies the columns in the table that are UNIQUE.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Text --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="AllText"> <maml:name>Text</maml:name> <maml:description> <maml:para>This wil set all columns to type TEXT.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: PassThru --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>PassThru</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Temp --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Temp</maml:name> <maml:description> <maml:para>Creates a temporary table</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Transaction --> <command:syntaxItem> <maml:name>New-SQLiteTable</maml:name> <!-- Parameter: Transaction --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the SQLite table name.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Unique --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Unique</maml:name> <maml:description> <maml:para>Specifies the columns in the table that are UNIQUE.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Text --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="AllText"> <maml:name>Text</maml:name> <maml:description> <maml:para>This wil set all columns to type TEXT.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: PassThru --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>PassThru</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Temp --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Temp</maml:name> <maml:description> <maml:para>Creates a temporary table</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Transaction --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <maml:description> <maml:para>Specifies the SQLite table name.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Unique --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Unique</maml:name> <maml:description> <maml:para>Specifies the columns in the table that are UNIQUE.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Text --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="AllText"> <maml:name>Text</maml:name> <maml:description> <maml:para>This wil set all columns to type TEXT.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="AllText"> <maml:name>AllText</maml:name> <maml:description> <maml:para>This wil set all columns to type TEXT.</maml:para> <maml:para>This is an alias of the Text parameter.</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: PassThru --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>PassThru</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Temp --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Temp</maml:name> <maml:description> <maml:para>Creates a temporary table</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> </command:command> <!-- Cmdlet: Out-SQLiteTable --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Out-SQLiteTable</command:name> <command:verb>Out</command:verb> <command:noun>SQLiteTable</command:noun> </command:details> <command:syntax> <!-- Parameter set: Connection --> <command:syntaxItem> <maml:name>Out-SQLiteTable</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Update --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Update</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Replace --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Replace</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Boolean --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Boolean</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Transaction --> <command:syntaxItem> <maml:name>Out-SQLiteTable</maml:name> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Update --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Update</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Replace --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Replace</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Boolean --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Boolean</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InputObject --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>InputObject</maml:name> <command:parameterValue required="true">PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="false" position="named"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Update --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Update</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Replace --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Replace</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Boolean --> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Boolean</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Bool"> <maml:name>Bool</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> <maml:description> <maml:para>This is an alias of the Boolean parameter.</maml:para> </maml:description> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Complete-SQLiteTransaction --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Complete-SQLiteTransaction</command:name> <command:verb>Complete</command:verb> <command:noun>SQLiteTransaction</command:noun> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Complete-SQLiteTransaction</maml:name> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: New-SQLiteTransaction --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>New-SQLiteTransaction</command:name> <command:verb>New</command:verb> <command:noun>SQLiteTransaction</command:noun> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>New-SQLiteTransaction</maml:name> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Connection --> <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Conn"> <maml:name>Connection</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Conn"> <maml:name>Conn</maml:name> <maml:description> <maml:para>Specifies the Connection object.</maml:para> <maml:para>This is an alias of the Connection parameter.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteConnection</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteConnection</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Undo-SQLiteTransaction --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Undo-SQLiteTransaction</command:name> <command:verb>Undo</command:verb> <command:noun>SQLiteTransaction</command:noun> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Undo-SQLiteTransaction</maml:name> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Transaction --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0"> <maml:name>Transaction</maml:name> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> <command:parameterValue required="true">SQLiteTransaction</command:parameterValue> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Data.SQLite.SQLiteTransaction</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Specifies an Transaction object.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:title>Proxx.SQLite</maml:title> <maml:alert> <maml:para>Author: Marco van G. (Proxx) Website: www.Proxx.nl</maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Proxx.nl</maml:linkText> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems> |