C# Class DbExpressions.DbMathematicalFunctionExpression

Represents calling a built in mathematical function in the target DBMS.
Inheritance: DbFunctionExpression
Mostra file Open project: seesharper/DbExpressions Class Usage Examples

Private Methods

Method Description
DbMathematicalFunctionExpression ( DbMathematicalFunctionExpressionType mathematicalFunctionExpressionType, DbExpression arguments )

Initializes a new instance of the DbMathematicalFunctionExpression class.