다음을 통해 공유


DbSetClause.Property 속성

정의

업데이트할 속성을 지정하는 DbExpression 을 가져옵니다.

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Property { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Property { get; }
member this.Property : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Property As DbExpression

속성 값

업데이트할 속성을 지정하는 DbExpression 입니다.

적용 대상