Class DeletePart
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
segmentSqlSegmentThe segment describing the DELETE clause.