DbArithmeticExpression.Arguments 속성

정의

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

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

속성 값

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

설명

DbArithmeticExpression 인수 목록의 모든 요소에 공통 숫자 결과 형식이 있어야 합니다.

적용 대상