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