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