DataContext Constructor (String)
.NET Framework (current version)
Initializes a new instance of the DataContext class by referencing a file source.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- fileOrServerOrConnection
-
Type:
System.String
This argument can be any one of the following:
The name of a file where a SQL Server Express database resides.
The name of a server where a database is present. In this case the provider uses the default database for a user.
A complete connection string. LINQ to SQL just passes the string to the provider without modification.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: