Deveel.Data.ShowTests.ShowTables C# (CSharp) Méthode

ShowTables() private méthode

private ShowTables ( ) : void
Résultat void
        public void ShowTables()
        {
            var result = AdminQuery.ShowTables();

            Assert.IsNotNull(result);

            // TODO: There's probably an error on the views to select
            //        the tables the current user has access to... so for the moment
            //        just be happy it doesn't throw an error: we will come back later
        }