Changing Table Data Gateway class name

To change the name of the generated Table Data Gateway classes open the SharedUtils.atcs template file and modify the GetGatewayClassName method.

Example:

public override string GetGatewayClassName(ITable table)
{
    return table.CodeName + "Gateway";
}