다음을 통해 공유


DbArithmeticExpression.Arguments 속성

정의

현재 인수를 정의하는 요소의 목록을 가져옵니다.

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

속성 값

DbExpression 요소의 크기가 고정된 목록입니다.

적용 대상