RowUpdatingEventArgs.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 可以是以下值之一:
选择
Insert
更新
删除