DataContext Constructor (String, MappingSource)
.NET Framework (current version)
Initializes a new instance of the DataContext class by referencing a file source and a mapping 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.
- mapping
-
Type:
System.Data.Linq.Mapping.MappingSource
A source for mapping.
.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: