DbArithmeticExpression.Arguments Property

 

Gets the list of expressions that define the current arguments.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public IList<DbExpression> Arguments { get; }

The Arguments property returns a fixed-size list of DbExpression elements. DbArithmeticExpression requires that all elements of its Arguments list have a common numeric result type.