C# Class Web.Infrastructure.Storage.DB4OServer

Inheritance: Web.Infrastructure.Storage.INoSqlServer
Mostra file Open project: dancoppock/MVC3-Starter-Site

Public Methods

Method Description
Connect ( string dbPath ) : void
DB4OServer ( ) : System
DB4OServer ( string dbPath ) : System

Private Methods

Method Description
Connect ( ) : void

Method Details

Connect() public method

public Connect ( string dbPath ) : void
dbPath string
return void

DB4OServer() public method

public DB4OServer ( ) : System
return System

DB4OServer() public method

public DB4OServer ( string dbPath ) : System
dbPath string
return System