C# Class PHP.Library.Data.MySqlGlobalConfig

Inheritance: IPhpConfiguration, IPhpConfigurationSection
Afficher le fichier Open project: DEVSENSE/PhalangerMySql Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxConnections int
MaxPoolSize int

Méthodes publiques

Méthode Description
DeepCopy ( ) : IPhpConfiguration

Creates a deep copy of the configuration record.

Parse ( string name, string value, XmlNode node ) : bool

Parses XML configuration file.

Private Methods

Méthode Description
MySqlGlobalConfig ( ) : System

Method Details

DeepCopy() public méthode

Creates a deep copy of the configuration record.
public DeepCopy ( ) : IPhpConfiguration
Résultat IPhpConfiguration

Parse() public méthode

Parses XML configuration file.
public Parse ( string name, string value, XmlNode node ) : bool
name string
value string
node System.Xml.XmlNode
Résultat bool

Property Details

MaxConnections public_oe property

Maximum number of connections per request. Negative value means no limit.
public int MaxConnections
Résultat int

MaxPoolSize public_oe property

Maximum Pool Size value passed to the MySql Connector/Net Connection String.
public int MaxPoolSize
Résultat int