20 references to Name
System.Data (20)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (14)
454switch(current.Name) { 460value = ExpandDataDirectory(current.Name, value, ref datadir); 465switch(current.Name) { 476value = ExpandDataDirectory(current.Name, value, ref datadir); 483if (UseOdbcRules || (DbConnectionOptionKeywords.FileName != current.Name)) { 486AppendKeyValuePairBuilder(builder, current.Name, value, UseOdbcRules); 521if ((current.Name == keyword) && (current.Value == this[keyword])) { 524AppendKeyValuePairBuilder(builder, current.Name, replacementValue, UseOdbcRules); 933if ((KEY.Password != current.Name) && (SYNONYM.Pwd != current.Name)) { 936next = new NameValuePair(current.Name, current.Value, current.Length); 941builder.Append(current.Name).Append(equalstar); 942next = new NameValuePair(current.Name, "*", current.Name.Length + equalstar.Length);
fx\src\data\System\Data\Common\DBConnectionString.cs (2)
321if (!ContainsKey(current.Name) && IsRestrictedKeyword(current.Name)) {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (2)
148this[pair.Name] = pair.Value; 151Remove(pair.Name);
fx\src\data\System\Data\Common\NameValuePermission.cs (2)
71kv = kvtree.CheckKeyForValue(keychain.Name); 73kv = new NameValuePermission(keychain.Name);