Beispiel #1
0
        public void GetCommand()
        {
            var TempSchemas = new Schemas();
            var SQLCommand  = TempSchemas.GetCommand();

            Assert.Equal("SELECT name as [Name] FROM sys.schemas WHERE schema_id < 16384 AND schema_id > 4", SQLCommand);
        }