9 references to Value
System.Data (9)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (5)
443value = current.Value; 481value = current.Value; 484if (value != current.Value) { 521if ((current.Name == keyword) && (current.Value == this[keyword])) { 936next = new NameValuePair(current.Name, current.Value, current.Length);
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (2)
147if (null != pair.Value) { 148this[pair.Name] = pair.Value;
fx\src\data\System\Data\Common\NameValuePermission.cs (2)
78kv = kvtree.CheckKeyForValue(keychain.Value); 81kv = new NameValuePermission(keychain.Value, insertValue);