|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace SqlSugar.Odbc
|
|
{
|
|
public class OdbcConfig
|
|
{
|
|
public static string SqlTranslationLeft ="";
|
|
public static string SqlTranslationRight="";
|
|
public static bool IsCompatibleWithOldDatabaseVersion = false;
|
|
}
|
|
}
|