greenapple.Connectoperations.showDatabaseTables C# (CSharp) 메소드

showDatabaseTables() 공개 메소드

retrieves all the database tables for a given database
public showDatabaseTables ( ) : DataTable
리턴 System.Data.DataTable
        public DataTable showDatabaseTables()
        {
            return mycon.Filling("Show tables" );
        }