Example #1
0
 public StringExpression LTrim()
 {
     return(SqlExtensionMethods.LTrim(this));
 }