Exemplo n.º 1
0
        public override string ToString()
        {
            UpdateMaps(Settings, Maps, null);
            StringBuilder sb = new StringBuilder();

            sb.Append("Create View ");
            sb.Append(GXDbHelpers.GetTableName(type, true, Parent.Settings.TableQuotation, null));
            sb.Append(" AS ");
            sb.Append(Select.ToString());
            return(sb.ToString());
        }