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 SourceShardSetsConfigInternal
Declaration
public IShardSetConnectionsConfiguration<TShard>[] ShardSetsConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardSetConnectionsConfiguration<TShard>[] |
SqlShardSets
Declaration
public SqlShardConnectionOptions<TShard>.SqlShardConnectionsConfiguration[] SqlShardSets { get; set; }
Property Value
Type | Description |
---|---|
SqlShardConnectionOptions.SqlShardConnectionsConfiguration<>[] |