Click or drag to resize

SqliteSpellfixExtensionLoaderCheckAndLoadSpellfix Method

Checks if spellfix has been loaded, and if not, attemps to load it using the values from SetLibraryInformation(String, String).

Namespace: SanteDB.OrmLite.Providers.Sqlite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public static bool CheckAndLoadSpellfix(
	this IDbConnection connection
)

Parameters

connection  IDbConnection
A connection object to check if the library has been loaded with.

Return Value

Boolean
True if the library has been loaded, false if it could not be loaded.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDbConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also