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