Class MySqlConnectionStringBuilder
Inheritance
System.Object
System.Data.Common.DbConnectionStringBuilder
MySqlConnectionStringBuilder
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.ComponentModel.ICustomTypeDescriptor
Inherited Members
System.Data.Common.DbConnectionStringBuilder.System.Collections.IDictionary.get_Item(System.Object)
System.Data.Common.DbConnectionStringBuilder.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Data.Common.DbConnectionStringBuilder.Add(System.String, System.Object)
System.Data.Common.DbConnectionStringBuilder.AppendKeyValuePair(System.Text.StringBuilder, System.String, System.String)
System.Data.Common.DbConnectionStringBuilder.AppendKeyValuePair(System.Text.StringBuilder, System.String, System.String, System.Boolean)
System.Data.Common.DbConnectionStringBuilder.Clear()
System.Data.Common.DbConnectionStringBuilder.ClearPropertyDescriptors()
System.Data.Common.DbConnectionStringBuilder.EquivalentTo(System.Data.Common.DbConnectionStringBuilder)
System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable)
System.Data.Common.DbConnectionStringBuilder.ShouldSerialize(System.String)
System.Data.Common.DbConnectionStringBuilder.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Data.Common.DbConnectionStringBuilder.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Data.Common.DbConnectionStringBuilder.System.Collections.IDictionary.Contains(System.Object)
System.Data.Common.DbConnectionStringBuilder.System.Collections.IDictionary.GetEnumerator()
System.Data.Common.DbConnectionStringBuilder.System.Collections.IDictionary.Remove(System.Object)
System.Data.Common.DbConnectionStringBuilder.System.Collections.IEnumerable.GetEnumerator()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetClassName()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetConverter()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetEvents()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetProperties()
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
System.Data.Common.DbConnectionStringBuilder.System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)
System.Data.Common.DbConnectionStringBuilder.ToString()
System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String, System.Object)
System.Data.Common.DbConnectionStringBuilder.ConnectionString
System.Data.Common.DbConnectionStringBuilder.Count
System.Data.Common.DbConnectionStringBuilder.IsFixedSize
System.Data.Common.DbConnectionStringBuilder.IsReadOnly
System.Data.Common.DbConnectionStringBuilder.Keys
System.Data.Common.DbConnectionStringBuilder.System.Collections.ICollection.IsSynchronized
System.Data.Common.DbConnectionStringBuilder.System.Collections.ICollection.SyncRoot
System.Data.Common.DbConnectionStringBuilder.System.Collections.IDictionary.Item[System.Object]
System.Data.Common.DbConnectionStringBuilder.Values
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: MySql.Data.MySqlClient
Assembly: Azos.MySql.dll
Syntax
public sealed class MySqlConnectionStringBuilder : DbConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
Constructors
MySqlConnectionStringBuilder()
Declaration
public MySqlConnectionStringBuilder()
MySqlConnectionStringBuilder(String)
Declaration
public MySqlConnectionStringBuilder(string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionString |
Properties
AllowPublicKeyRetrieval
Declaration
public bool AllowPublicKeyRetrieval { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowUserVariables
Declaration
public bool AllowUserVariables { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoEnlist
Declaration
public bool AutoEnlist { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CACertificateFile
Declaration
public string CACertificateFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CertificateFile
Declaration
public string CertificateFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CertificatePassword
Declaration
public string CertificatePassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CharacterSet
Declaration
public string CharacterSet { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionIdleTimeout
Declaration
public uint ConnectionIdleTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ConnectionLifeTime
Declaration
public uint ConnectionLifeTime { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ConnectionReset
Declaration
public bool ConnectionReset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ConnectionTimeout
Declaration
public uint ConnectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ConvertZeroDateTime
Declaration
public bool ConvertZeroDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Database
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultCommandTimeout
Declaration
public uint DefaultCommandTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ForceSynchronous
Declaration
public bool ForceSynchronous { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item[String]
Declaration
public override object this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type | Description |
---|---|
System.Object |
Overrides
System.Data.Common.DbConnectionStringBuilder.Item[System.String]
Keepalive
Declaration
public uint Keepalive { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
LoadBalance
Declaration
public MySqlLoadBalance LoadBalance { get; set; }
Property Value
Type | Description |
---|---|
MySqlLoadBalance |
MaximumPoolSize
Declaration
public uint MaximumPoolSize { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
MinimumPoolSize
Declaration
public uint MinimumPoolSize { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OldGuids
Declaration
public bool OldGuids { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PersistSecurityInfo
Declaration
public bool PersistSecurityInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Pooling
Declaration
public bool Pooling { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Port
Declaration
public uint Port { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Server
Declaration
public string Server { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServerRsaPublicKeyFile
Declaration
public string ServerRsaPublicKeyFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SslMode
Declaration
public MySqlSslMode SslMode { get; set; }
Property Value
Type | Description |
---|---|
MySqlSslMode |
TreatTinyAsBoolean
Declaration
public bool TreatTinyAsBoolean { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseAffectedRows
Declaration
public bool UseAffectedRows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseCompression
Declaration
public bool UseCompression { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserID
Declaration
public string UserID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ContainsKey(String)
Declaration
public override bool ContainsKey(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Data.Common.DbConnectionStringBuilder.ContainsKey(System.String)
Remove(String)
Declaration
public override bool Remove(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Data.Common.DbConnectionStringBuilder.Remove(System.String)
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.ComponentModel.ICustomTypeDescriptor