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