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