Public Overloads Sub CreateDatabase( _ ByVal filePath As String, _ ByVal isEmbedded As Boolean _ )
Dim instance As FirebirdProvider Dim filePath As String Dim isEmbedded As Boolean instance.CreateDatabase(filePath, isEmbedded)
public void CreateDatabase( string filePath, bool isEmbedded )
public: void CreateDatabase( string* filePath, bool isEmbedded )
public: void CreateDatabase( String^ filePath, bool isEmbedded )
Parameters
- filePath
- The full path to the file
- isEmbedded
- If the database is embedded vs a server instance