5 references to Value
System.Data.Odbc (5)
Common\System\Data\Common\DbConnectionOptions.cs (4)
330
value = current.
Value
;
373
value = current.
Value
;
377
if (value != current.
Value
)
421
if ((current.Name == keyword) && (current.
Value
== this[keyword]))
src\runtime\src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
611
next = new NameValuePair(current.Name, current.
Value
, current.Length);