Click or drag to resize

SQLiteConnectionCreateCommand Method

Creates a new SQLiteCommand given the command text with arguments. Place a '?' in the command text for each of the arguments.

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public SQLiteCommand CreateCommand(
	string cmdText,
	params Object[] ps
)

Parameters

cmdText
Type: SystemString
The fully escaped SQL.
ps
Type: SystemObject

Return Value

Type: SQLiteCommand
A SQLiteCommand
See Also