4 references to AttachDBFilename
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (4)
140
validKeywords[(int)Keywords.AttachDBFilename] = DbConnectionStringKeywords.
AttachDBFilename
;
182
hash.Add(DbConnectionStringKeywords.
AttachDBFilename
, Keywords.AttachDBFilename);
359
[DisplayName(DbConnectionStringKeywords.
AttachDBFilename
)]
368
SetValue(DbConnectionStringKeywords.
AttachDBFilename
, value);