Dashing.Engine.Dialects.AnsiSqlDialect.ChangeTableName C# (CSharp) Method

ChangeTableName() public method

public ChangeTableName ( IMap @from, IMap to ) : string
@from IMap
to IMap
return string
        public override string ChangeTableName(IMap @from, IMap to) {
            throw new NotImplementedException();
        }