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