DbSetClause クラス

定義

プロパティの値を設定する変更操作の句を指定します。 このクラスは継承できません。

public ref class DbSetClause sealed : System::Data::Common::CommandTrees::DbModificationClause
public sealed class DbSetClause : System.Data.Common.CommandTrees.DbModificationClause
type DbSetClause = class
    inherit DbModificationClause
Public NotInheritable Class DbSetClause
Inherits DbModificationClause
継承

プロパティ

名前 説明
Property

更新するプロパティを指定する DbExpression を取得します。

Value

プロパティを更新する新しい値を指定する DbExpression を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象