Пример #1
0
        public void GetTypeTest()
        {
            SqlSingle Test = new SqlSingle(84);

            Assert.Equal("System.Data.SqlTypes.SqlSingle", Test.GetType().ToString());
            Assert.Equal("System.Single", Test.Value.GetType().ToString());
        }