RowUpdatedEventArgs.StatementType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行的 SQL 語句類型。
public:
property System::Data::StatementType StatementType { System::Data::StatementType get(); };
public System.Data.StatementType StatementType { get; }
member this.StatementType : System.Data.StatementType
Public ReadOnly Property StatementType As StatementType
屬性值
執行的 SQL 陳述式。
備註
StatementType 可以是下列其中一個值:
選擇
插入
Update
刪除