public void LinqWithoutSessionScopeShouldFail() { var array = AR.All <Blog>().ToArray(); if (array.Length > 0) { return; } }