Show / Hide Table of Contents

    Class SqlShardConnectionOptions<TShard>.SqlShardConnectionsConfiguration

    Inheritance
    System.Object
    DataConnectionConfigurationBase
    SqlConnectionPropertiesBase
    SqlShardConnectionOptions<TShard>.SqlShardConnectionsConfiguration
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IShardSetConnectionsConfiguration<TShard>
    Inherited Members
    SqlConnectionPropertiesBase.ApplicationIntent
    SqlConnectionPropertiesBase.ApplicationName
    SqlConnectionPropertiesBase.ConnectTimeout
    SqlConnectionPropertiesBase.CurrentLanguage
    SqlConnectionPropertiesBase.DataSource
    SqlConnectionPropertiesBase.Encrypt
    SqlConnectionPropertiesBase.FailoverPartner
    SqlConnectionPropertiesBase.InitialCatalog
    SqlConnectionPropertiesBase.LoadBalanceTimeout
    SqlConnectionPropertiesBase.MaxPoolSize
    SqlConnectionPropertiesBase.MinPoolSize
    SqlConnectionPropertiesBase.MultipleActiveResultSets
    SqlConnectionPropertiesBase.MultiSubnetFailover
    SqlConnectionPropertiesBase.PacketSize
    SqlConnectionPropertiesBase.PersistSecurityInfo
    SqlConnectionPropertiesBase.Pooling
    SqlConnectionPropertiesBase.Replication
    SqlConnectionPropertiesBase.TransactionBinding
    SqlConnectionPropertiesBase.TrustServerCertificate
    SqlConnectionPropertiesBase.TypeSystemVersion
    SqlConnectionPropertiesBase.UserInstance
    SqlConnectionPropertiesBase.WorkstationID
    DataConnectionConfigurationBase.GetRetryTimespan(Int32)
    DataConnectionConfigurationBase.RaisePropertyChanged(String)
    DataConnectionConfigurationBase.UserName
    DataConnectionConfigurationBase.Password
    DataConnectionConfigurationBase.WindowsAuth
    DataConnectionConfigurationBase.RetryCount
    DataConnectionConfigurationBase.RetryInterval
    DataConnectionConfigurationBase.RetryLengthening
    DataConnectionConfigurationBase.CircuitBreakerFailureCount
    DataConnectionConfigurationBase.CircuitBreakerTestInterval
    DataConnectionConfigurationBase.PropertyChanged
    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)
    System.Object.ToString()
    Namespace: ArgentSea.Sql
    Assembly: ArgentSea.Sql.dll
    Syntax
    public class SqlShardConnectionsConfiguration : SqlConnectionPropertiesBase, INotifyPropertyChanged, IShardSetConnectionsConfiguration<TShard>

    Properties

    | Improve this Doc View Source

    DefaultShardId

    Declaration
    public TShard DefaultShardId { get; set; }
    Property Value
    Type Description
    TShard
    | Improve this Doc View Source

    Read

    Declaration
    public SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration Read { get; set; }
    Property Value
    Type Description
    SqlShardConnectionOptions.SqlShardConnectionConfiguration<>
    | Improve this Doc View Source

    ReadConfigInternal

    Declaration
    public IShardConnectionConfiguration<TShard> ReadConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>
    | Improve this Doc View Source

    Shards

    Declaration
    public SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration[] Shards { get; set; }
    Property Value
    Type Description
    SqlShardConnectionOptions.SqlShardConnectionConfiguration<>[]
    | Improve this Doc View Source

    ShardsConfigInternal

    Declaration
    public IShardConnectionConfiguration<TShard>[] ShardsConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>[]
    | Improve this Doc View Source

    ShardSetName

    Declaration
    public string ShardSetName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Write

    Declaration
    public SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration Write { get; set; }
    Property Value
    Type Description
    SqlShardConnectionOptions.SqlShardConnectionConfiguration<>
    | Improve this Doc View Source

    WriteConfigInternal

    Declaration
    public IShardConnectionConfiguration<TShard> WriteConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IShardSetConnectionsConfiguration<TShard>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX