Class SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration
Inheritance
System.Object
SqlShardConnectionOptions<TShard>.SqlShardConnectionConfiguration
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 SqlShardConnectionConfiguration : SqlConnectionPropertiesBase, INotifyPropertyChanged, IShardConnectionConfiguration<TShard>
Properties
| Improve this Doc View SourceReadConnection
Declaration
public SqlConnectionConfiguration ReadConnection { get; set; }
Property Value
Type | Description |
---|---|
SqlConnectionConfiguration |
ReadConnectionInternal
Declaration
public IDataConnection ReadConnectionInternal { get; }
Property Value
Type | Description |
---|---|
IDataConnection |
ShardId
Declaration
public TShard ShardId { get; set; }
Property Value
Type | Description |
---|---|
TShard |
WriteConnection
Declaration
public SqlConnectionConfiguration WriteConnection { get; set; }
Property Value
Type | Description |
---|---|
SqlConnectionConfiguration |
WriteConnectionInternal
Declaration
public IDataConnection WriteConnectionInternal { get; }
Property Value
Type | Description |
---|---|
IDataConnection |
Implements
System.ComponentModel.INotifyPropertyChanged