Optional customized EF CodeFirst Context class that adds support for more full featured low level ADO.NET data access using the Westwind.Utilities.Data.SqlDataAccess class.
Use this class as a base class for your custom context instead of DbContext only if you need more sophisticated low level data access.
System.Data.Entity.DbContext
Westwind.Data.EfCodeFirst.EfCodeFirstContext
public class EfCodeFirstContext : DbContext
Class Members
Member | Description | |
---|---|---|
Constructor |
||
Db |
Low level ADO.NET SQL data access object that allows simple abstractions of the most common data operations. Execute queries, run non-queries retrieve scalars, retrieve lists to objects and call stored procedures directly and easily. |
Requirements
Namespace: Westwind.Data.EfCodeFirstAssembly: westwind.data.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic