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