Ejemplo n.º 1
0
        private void LoadTable()
        {
            Debug.Print("Init connection...");
            var setting = GetConnectionSetting();

            SaveWorking(setting);
            Query.Init(setting);
            Debug.Print("Begin load tables... for type:" + providerType);
            tables = SchemaFactory.GetTables(DatabaseProvider.INSTANCE.GetConnection(), setting.Type);
            Debug.Print(String.Format("Found: {0} table", tables.Count));
        }