Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TableQuery(
SQLiteConnection conn
)
Public Sub New (
conn As SQLiteConnection
)
public:
TableQuery(
SQLiteConnection^ conn
)
new :
conn : SQLiteConnection -> TableQueryParameters
- conn
- Type: Unvired.Kernel.SQLiteSQLiteConnection
See Also