DbModificationClause 类

定义

在插入或更新修改操作中指定单个子句,请参阅 SetClausesSetClauses

public abstract class DbModificationClause
type DbModificationClause = class
Public MustInherit Class DbModificationClause
继承
DbModificationClause
派生

注解

抽象基类允许在将来的版本中使用 Property = Value 以外的模式,例如

update SomeTable
                set ComplexTypeColumn.SomeProperty()
                where Id = 2

适用于