, , EF ( , .) , , (, [dbo].[SellerPhone] AS [Extent2]) , , , , .
:
public MyContext : DbContext
{
private static ILog log = LogManager.GetCurrentClassLogger();
public MyContext(string connectionString)
: base(connectionString)
{
this.Database.Log = (msg) => log.Trace(msg);
}
}