DataContext Constructor
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data.Linq Namespace
DataContext Class
DataContext Constructor
DataContext Constructor (IDbCo ...
DataContext Constructor (Strin ...
DataContext Constructor (IDbCo ...
DataContext Constructor (Strin ...
DataContext Class
DataContext Members
DataContext Constructor
DataContext Methods
DataContext Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataContext Constructor
Initializes a new instance of the
DataContext
class.
Overload List
Name
Description
DataContext(IDbConnection)
Initializes a new instance of the
DataContext
class by referencing the connection used by the .NET Framework.
DataContext(String)
Initializes a new instance of the
DataContext
class by referencing a file source.
DataContext(IDbConnection, MappingSource)
Initializes a new instance of the
DataContext
class by referencing a connection and a mapping source.
DataContext(String, MappingSource)
Initializes a new instance of the
DataContext
class by referencing a file source and a mapping source.
Top
See Also
Reference
DataContext Class
DataContext Members
System.Data.Linq Namespace
Tags :