4 references to Replication
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (4)
164
validKeywords[(int)Keywords.Replication] = DbConnectionStringKeywords.
Replication
;
206
hash.Add(DbConnectionStringKeywords.
Replication
, Keywords.Replication);
799
[DisplayName(DbConnectionStringKeywords.
Replication
)]
806
SetValue(DbConnectionStringKeywords.
Replication
, value);