DbArithmeticExpression.Arguments Property
Gets the list of expressions that define the current arguments.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Collections.Generic.IList<DbExpression>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.