DbNewInstanceExpression.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 속성/열 값을 제공하거나 새 인스턴스에 대한 요소를 설정하는 목록입니다.

적용 대상