Exemple #1
0
 public StringExpression Right(Int32Expression length)
 {
     return(SqlExtensionMethods.Right(this, length));
 }