示例#1
0
 public String ToSqlString(NotNullExpression notNull)
 {
     return(notNull.Expression.Render(this) + " is not null");
 }
示例#2
0
 public String ToSqlString(NotNullExpression notNull)
 {
     return notNull.Expression.Render(this) + " is not null";
 }