 | SqliteSpellfixExtensionLoaderCheckAndLoadSpellfix Method |
Namespace: SanteDB.OrmLite.Providers.SqliteAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic static bool CheckAndLoadSpellfix(
this IDbConnection connection
)
<ExtensionAttribute>
Public Shared Function CheckAndLoadSpellfix (
connection As IDbConnection
) As Boolean
public:
[ExtensionAttribute]
static bool CheckAndLoadSpellfix(
IDbConnection^ connection
)
[<ExtensionAttribute>]
static member CheckAndLoadSpellfix :
connection : IDbConnection -> bool Parameters
- connection IDbConnection
- A connection object to check if the library has been loaded with.
Return Value
BooleanTrue 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