C# Class FrameDAL.SqlExpressions.AggregateExpression

Inheritance: SqlExpression
Mostrar archivo Open project: vincentlauvlwj/FrameDAL Class Usage Examples

Public Methods

Method Description
AggregateExpression ( string aggregateName, SqlExpression argument, bool isDistinct ) : System

Method Details

AggregateExpression() public method

public AggregateExpression ( string aggregateName, SqlExpression argument, bool isDistinct ) : System
aggregateName string
argument SqlExpression
isDistinct bool
return System