DataContext Constructor (IDbConnection, MappingSource)
.NET Framework (current version)
Initializes a new instance of the DataContext class by referencing a connection and a mapping source.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- connection
-
Type:
System.Data.IDbConnection
The connection used by the .NET Framework.
- mapping
-
Type:
System.Data.Linq.Mapping.MappingSource
A source for mapping.
.NET Framework
Available since 3.5
Available since 3.5
Show: