Table of Contents

Class DeletePart

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

Represents a DELETE clause referencing the target to remove rows from.

public sealed class DeletePart : SqlStatementPart
Inheritance
DeletePart
Inherited Members
Extension Methods

Constructors

DeletePart(SqlSegment)

Initializes a new instance of the DeletePart class.

public DeletePart(SqlSegment segment)

Parameters

segment SqlSegment

The segment describing the DELETE clause.