You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
552 B

2 years ago
  1. namespace SqlSugar
  2. {
  3. internal class ExpressionConst
  4. {
  5. public const string Const = "Const";
  6. public const string FormatSymbol = "{0}";
  7. public const string RightParenthesis = ")";
  8. public const string LeftParenthesis = "(";
  9. public const string MethodConst = "MethodConst";
  10. public const string SqlFuncFullName = "SqlSugar.SqlFunc";
  11. public const string BinaryFormatString = " ( {0} {1} {2} ) ";
  12. public const string ExpressionReplace = "46450BDC-77B7-4025-B2A6-3F048CA85AD0";
  13. }
  14. }