NET Caching Library Help
CreateDatabase Method (SqliteDatabaseProvider)




KellermanSoftware.NetCachingLibrary.DatabaseProviders Namespace > SqliteDatabaseProvider Class : CreateDatabase Method
The full path to the file
Create new database
Syntax
'Declaration
 
Public Overrides Sub CreateDatabase( _
   ByVal filePath As System.String _
) 
'Usage
 
Dim instance As SqliteDatabaseProvider
Dim filePath As System.String
 
instance.CreateDatabase(filePath)
public override void CreateDatabase( 
   System.string filePath
)
public: void CreateDatabase( 
   System.string* filePath
) override 
public:
void CreateDatabase( 
   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