2 writes to _expandedAttachDBFilename
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
389
_expandedAttachDBFilename
= ExpandDataDirectory(KEY.AttachDBFilename, _attachDBFileName, ref datadir);
523
_expandedAttachDBFilename
= connectionOptions._expandedAttachDBFilename;
7 references to _expandedAttachDBFilename
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (7)
390
if (null !=
_expandedAttachDBFilename
) {
391
if (0 <=
_expandedAttachDBFilename
.IndexOf('|')) {
394
ValidateValueLength(
_expandedAttachDBFilename
, TdsEnums.MAXLEN_ATTACHDBFILE, KEY.AttachDBFilename);
523
_expandedAttachDBFilename = connectionOptions.
_expandedAttachDBFilename
;
592
return (null !=
_expandedAttachDBFilename
) && (null == _localDBInstance);
603
if (null !=
_expandedAttachDBFilename
) {
604
return ExpandKeyword(KEY.AttachDBFilename,
_expandedAttachDBFilename
);