Property | Type | Description | |
---|---|---|---|
Bnet | LappaORM.Database |
Method | Description | |
---|---|---|
CreateConnectionString ( string host, string user, string password, string database, int port, int minPoolSize, int maxPoolSize, DatabaseType dbType ) : string |
public static CreateConnectionString ( string host, string user, string password, string database, int port, int minPoolSize, int maxPoolSize, DatabaseType dbType ) : string | ||
host | string | |
user | string | |
password | string | |
database | string | |
port | int | |
minPoolSize | int | |
maxPoolSize | int | |
dbType | DatabaseType | |
return | string |