NET Caching Library Help
DatabaseExists Method (SqliteDatabaseProvider)




KellermanSoftware.NetCachingLibrary.DatabaseProviders Namespace > SqliteDatabaseProvider Class : DatabaseExists Method
The full path to the file
Check database existance
Syntax
'Declaration
 
Public Overrides Function DatabaseExists( _
   ByVal filePath As System.String _
) As System.Boolean
'Usage
 
Dim instance As SqliteDatabaseProvider
Dim filePath As System.String
Dim value As System.Boolean
 
value = instance.DatabaseExists(filePath)
public override System.bool DatabaseExists( 
   System.string filePath
)
public: System.bool DatabaseExists( 
   System.string* filePath
) override 
public:
System.bool DatabaseExists( 
   System.String^ filePath
) override 

Parameters

filePath
The full path to the file
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqliteDatabaseProvider Class
SqliteDatabaseProvider Members