Table of Contents

Class UpdatePart

Namespace
Utils.Data.Sql
Assembly
Utils.Data.dll

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

segment SqlSegment

The segment describing the UPDATE clause.