Show / Hide Table of Contents

    Class SqlShardConnectionOptions<TShard>

    This options class contains the shard dataset configuration information.

    Inheritance
    System.Object
    SqlShardConnectionOptions<TShard>
    Implements
    IShardSetsConfigurationOptions<TShard>
    Inherited Members
    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 SqlShardConnectionOptions<TShard> : IShardSetsConfigurationOptions<TShard> where TShard : IComparable
    Type Parameters
    Name Description
    TShard

    Properties

    | Improve this Doc View Source

    ShardSetsConfigInternal

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

    SqlShardSets

    Declaration
    public SqlShardConnectionOptions<TShard>.SqlShardConnectionsConfiguration[] SqlShardSets { get; set; }
    Property Value
    Type Description
    SqlShardConnectionOptions.SqlShardConnectionsConfiguration<>[]

    Implements

    IShardSetsConfigurationOptions<TShard>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX