Class SqlShardConnectionOptions<TShard>.SqlShardConnectionsConfiguration
Inheritance
System.Object
SqlShardConnectionOptions<TShard>.SqlShardConnectionsConfiguration
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 SqlShardConnectionsConfiguration : SqlConnectionPropertiesBase, INotifyPropertyChanged, IShardSetConnectionsConfiguration<TShard>
Properties
| Improve this Doc View SourceDefaultShardId
Declaration
public TShard DefaultShardId { get; set; }
Property Value
Type | Description |
---|---|
TShard |
Read
Declaration
public SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration Read { get; set; }
Property Value
Type | Description |
---|---|
SqlShardConnectionOptions.SqlShardConnectionConfiguration<> |
ReadConfigInternal
Declaration
public IShardConnectionConfiguration<TShard> ReadConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardConnectionConfiguration<TShard> |
Shards
Declaration
public SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration[] Shards { get; set; }
Property Value
Type | Description |
---|---|
SqlShardConnectionOptions.SqlShardConnectionConfiguration<>[] |
ShardsConfigInternal
Declaration
public IShardConnectionConfiguration<TShard>[] ShardsConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardConnectionConfiguration<TShard>[] |
ShardSetName
Declaration
public string ShardSetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Write
Declaration
public SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration Write { get; set; }
Property Value
Type | Description |
---|---|
SqlShardConnectionOptions.SqlShardConnectionConfiguration<> |
WriteConfigInternal
Declaration
public IShardConnectionConfiguration<TShard> WriteConfigInternal { get; }
Property Value
Type | Description |
---|---|
IShardConnectionConfiguration<TShard> |
Implements
System.ComponentModel.INotifyPropertyChanged