DbModificationClause Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a single clause in an insert or update modification operation, see SetClauses and SetClauses
public abstract class DbModificationClause
type DbModificationClause = class
Public MustInherit Class DbModificationClause
- Inheritance
-
DbModificationClause
- Derived
Remarks
An abstract base class allows the possibility of patterns other than Property = Value in future versions, e.g.,
update SomeTable
set ComplexTypeColumn.SomeProperty()
where Id = 2
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework