3 references to AttachDBFilename
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
2051
if (! ADP.IsEmpty(connectionOptions.
AttachDBFilename
)) {
2107
if (! ADP.IsEmpty(connectionOptions.
AttachDBFilename
)) {
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1296
login.attachDBFilename = ConnectionOptions.
AttachDBFilename
;