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)
Syntaxprotected virtual SQLiteCommand NewCommand()
Protected Overridable Function NewCommand As SQLiteCommand
protected:
virtual SQLiteCommand^ NewCommand()
abstract NewCommand : unit -> SQLiteCommand
override NewCommand : unit -> SQLiteCommand
Return Value
Type:
SQLiteCommand
See Also