Mono Class Library: OverviewMySql.Data.MySqlClient.MySqlConnectionStringBuilder: Members |
The members of MySql.Data.MySqlClient.MySqlConnectionStringBuilder are listed below.
See Also: Inherited members from System.Data.Common.DbConnectionStringBuilder
Initializes a new instance of the MySql.Data.MySqlClient.MySqlConnectionStringBuilder class. Initializes a new instance of the MySql.Data.MySqlClient.MySqlConnectionStringBuilder class. The provided connection string provides the data for the instance's internal connection information.
AllowBatch bool. Gets or sets a boolean value that indicates whether this connection will allow commands to send multiple SQL statements in one execution. AllowUserVariables bool. Documentation for this section has not yet been entered. AllowZeroDateTime bool. Gets or sets a boolean value that indicates if zero date time values are supported. AutoEnlist bool. Documentation for this section has not yet been entered. BlobAsUTF8ExcludePattern string. Gets or sets the pattern that matches the columns that should not be treated as UTF8 BlobAsUTF8IncludePattern string. Gets or sets the pattern that matches the columns that should be treated as UTF8 CharacterSet string. Gets or sets the character set that should be used for sending queries to the server. ConnectionLifeTime uint. Gets or sets the lifetime of a pooled connection. ConnectionProtocol MySqlConnectionProtocol. Gets or sets the protocol that should be used for communicating with MySQL. ConnectionReset bool. Gets or sets a boolean value indicating if the connection should be reset when retrieved from the pool. ConnectionTimeout uint. Gets or sets the connection timeout. ConvertZeroDateTime bool. Gets or sets a boolean value indicating if zero datetime values should be converted to DateTime.MinValue. Database string. Gets or sets the name of the database the connection should initially connect to. DefaultCommandTimeout uint. Gets or sets the default command timeout. DriverType MySqlDriverType. Gets or sets the driver type that should be used for this connection. FunctionsReturnString bool. Documentation for this section has not yet been entered. IgnorePrepare bool. Gets or sets a boolean value indicating if calls to Prepare() should be ignored. InteractiveSession bool. Documentation for this section has not yet been entered. default propertyoverrideItem(string) object. Gets or sets the value associated with the specified key. In C#, this property is the indexer. Keepalive uint. Documentation for this section has not yet been entered. Logging bool. Gets or sets a boolean value that indicates whether logging is enabled. MaximumPoolSize uint. Gets or sets the maximum connection pool setting. MinimumPoolSize uint. Gets the minimum connection pool size. OldGuids bool. Documentation for this section has not yet been entered. Password string. Gets or sets the password that should be used to connect with. PersistSecurityInfo bool. Gets or sets a boolean value that indicates if the password should be persisted in the connection string. PipeName string. Gets or sets the name of the named pipe that should be used for communicating with MySQL. Pooling bool. Gets or sets a boolean value indicating if connection pooling is enabled. Port uint. Gets or sets the port number that is used when the socket protocol is being used. ProcedureCacheSize uint. Gets or sets the size of the stored procedure cache. RespectBinaryFlags bool. Documentation for this section has not yet been entered. Server string. Gets or sets the name of the server. SharedMemoryName string. Gets or sets the base name of the shared memory objects used to communicate with MySQL when the shared memory protocol is being used. SslMode MySqlSslMode. Indicates whether to use SSL connections and how to handle server certificate errors. TreatBlobsAsUTF8 bool. Indicates whether the driver should treat binary blobs as UTF8 TreatTinyAsBoolean bool. Documentation for this section has not yet been entered. UseAffectedRows bool. Documentation for this section has not yet been entered. UseCompression bool. Gets or sets a boolean value that indicates whether this connection should use compression. UseOldSyntax bool. Gets or sets a boolean value that indicates whether this connection uses the old style (@) parameter markers or the new (?) style. UsePerformanceMonitor bool. Gets or sets a boolean value indicating if the permon hooks should be enabled. UseProcedureBodies bool. Documentation for this section has not yet been entered. UserID string. Gets or sets the user id that should be used to connect with. UseUsageAdvisor bool. Gets or sets a boolean value indicating if the Usage Advisor should be enabled.
overrideClear() Clears the contents of the MySql.Data.MySqlClient.MySqlConnectionStringBuilder instance. overrideRemove(string) : bool Removes the entry with the specified key from the System.Data.Common.DbConnectionStringBuilder instance. overrideTryGetValue(string, out object) : bool Retrieves a value corresponding to the supplied key from this System.Data.Common.DbConnectionStringBuilder.
overrideGetProperties(Hashtable) Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.