A .NET wrapper to the SQLite database

SQLiteClient.GetLibVersion Method 

Returns the underlying library version

[Visual Basic]
Public Shared Function GetLibVersion() As String
[C#]
public static string GetLibVersion();

Return Value

String of the version number

Example

            string libVersion = SQLite.GetLibVersion();
            

See Also

SQLiteClient Class | SQLite.NET Namespace