Click or drag to resize

SQLiteConnectionNewCommand Method

Creates a new SQLiteCommand. Can be overridden to provide a sub-class.

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual SQLiteCommand NewCommand()

Return Value

Type: SQLiteCommand
See Also