C# Class DbExpressions.DbMathematicalFunctionExpression

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

Private Methods

Méthode Description
DbMathematicalFunctionExpression ( DbMathematicalFunctionExpressionType mathematicalFunctionExpressionType, DbExpression arguments )

Initializes a new instance of the DbMathematicalFunctionExpression class.