5 references to Value
System.Data.Odbc (5)
Common\System\Data\Common\DbConnectionOptions.cs (4)
332value = current.Value; 375value = current.Value; 379if (value != current.Value) 423if ((current.Name == keyword) && (current.Value == this[keyword]))
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
621next = new NameValuePair(current.Name, current.Value, current.Length);