7 references to AttachDBFilename
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (7)
140validKeywords[(int)Keywords.AttachDBFilename] = DbConnectionStringKeywords.AttachDBFilename; 182hash.Add(DbConnectionStringKeywords.AttachDBFilename, Keywords.AttachDBFilename); 221hash.Add(DbConnectionStringSynonyms.EXTENDEDPROPERTIES, Keywords.AttachDBFilename); 222hash.Add(DbConnectionStringSynonyms.INITIALFILENAME, Keywords.AttachDBFilename); 265case Keywords.AttachDBFilename: AttachDBFilename = ConvertToString(value); break; 953case Keywords.AttachDBFilename: return AttachDBFilename; 1056case Keywords.AttachDBFilename: