Skip to main content

SelectQuery.SelectExpression Method

Name Parameters Description
SelectExpression(String, AggregationType, String) expression, aggregationType, alias Returns a column with a specified alias that includes rows selected based on a required expression and aggregate function.
SelectExpression(String, String) expression, alias Returns a column with a specified alias that includes rows selected based on the required expression.