Click or drag to resize

SqliteSpellfixExtensionLoader Class

This static class helps load the spellfix library into a connection if it does not already exist.
Inheritance Hierarchy
SystemObject
  SanteDB.OrmLite.Providers.SqliteSqliteSpellfixExtensionLoader

Namespace: SanteDB.OrmLite.Providers.Sqlite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public static class SqliteSpellfixExtensionLoader

The SqliteSpellfixExtensionLoader type exposes the following members.

Methods
 NameDescription
Public Extension MethodCheckAndLoadSpellfix Checks if spellfix has been loaded, and if not, attemps to load it using the values from SetLibraryInformation(String, String).
Public methodStatic memberSetLibraryInformation Sets the library name and optionally entry point to load the spellfix extension into the sqlite instance in memory.
Top
See Also