Class UpdatePart
Represents an UPDATE clause referencing the target to modify rows in.
public sealed class UpdatePart : SqlStatementPart
- Inheritance
-
UpdatePart
- Inherited Members
- Extension Methods
Constructors
UpdatePart(SqlSegment)
Initializes a new instance of the UpdatePart class.
public UpdatePart(SqlSegment segment)
Parameters
segmentSqlSegmentThe segment describing the UPDATE clause.