One of
options is to set TRANSACTION ISOLATION LEVEL to READ UNCOMMITTED
FrameEntities entities = new FrameEntities();
entities.ExecuteStoreCommand("SET TRANSACTION ISOLATION LEVEL
READ UNCOMMITTED;");
READ UNCOMMITTED level is the least restrictive of the four isolation levels.