C# Class Eastern.DatabasePool

Afficher le fichier Open project: yojimbo87/Eastern Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ContainsDatabaseSession ( int sessionID ) : bool
DatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : System.Collections.Generic

Method Details

ContainsDatabaseSession() public méthode

public ContainsDatabaseSession ( int sessionID ) : bool
sessionID int
Résultat bool

DatabasePool() public méthode

public DatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : System.Collections.Generic
hostname string
port int
databaseName string
databaseType ODatabaseType
userName string
userPassword string
poolSize int
alias string
Résultat System.Collections.Generic