Method | Description | |
---|---|---|
Db4oHostedDatabase ( this config ) : Configure | ||
Db4oHostedDatabase ( this config, ICurrentSessionContext currentSessionContext, IServerConfiguration serverConfig, string dbFileName, int port ) : Configure | ||
Db4oRemoteDatabase ( this config, Func |
||
Db4oRemoteDatabase ( this config, ICurrentSessionContext currentSessionContext, Func |
public static Db4oHostedDatabase ( this config ) : Configure | ||
config | this | |
return | Configure |
public static Db4oHostedDatabase ( this config, ICurrentSessionContext currentSessionContext, IServerConfiguration serverConfig, string dbFileName, int port ) : Configure | ||
config | this | |
currentSessionContext | ICurrentSessionContext | |
serverConfig | IServerConfiguration | |
dbFileName | string | |
port | int | |
return | Configure |
public static Db4oRemoteDatabase ( this config, Func |
||
config | this | |
clientConfig | Func |
|
return | Configure |
public static Db4oRemoteDatabase ( this config, ICurrentSessionContext currentSessionContext, Func |
||
config | this | |
currentSessionContext | ICurrentSessionContext | |
clientConfig | Func |
|
host | string | |
port | int | |
username | string | |
password | string | |
return | Configure |