NLite.Data.Test.DateTimeTest.TestDateTimeToDate3 C# (CSharp) Method

TestDateTimeToDate3() private method

private TestDateTimeToDate3 ( ) : void
return void
        public virtual void TestDateTimeToDate3()
        {
            var od = db.Orders.FirstOrDefault(o => o.OrderDate == new DateTime(1997, 8, 25)/* && o.OrderDate == SqlFunctions.ToDate(1997, 8, 25).Value*/);
            Assert.AreNotEqual(null, od);
        }
        [TestMethod]
DateTimeTest