Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static SQLite3Result Config(
SQLite3ConfigOption option
)
Public Shared Function Config (
option As SQLite3ConfigOption
) As SQLite3Result
public:
static SQLite3Result Config(
SQLite3ConfigOption option
)
static member Config :
option : SQLite3ConfigOption -> SQLite3Result
Parameters
- option
- Type: Unvired.Kernel.SQLiteSQLite3ConfigOption
Return Value
Type:
SQLite3Result
See Also