Table of Contents

Class InsertPart

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

Represents an INSERT clause identifying the target of the operation.

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

Constructors

InsertPart(SqlSegment)

Initializes a new instance of the InsertPart class.

public InsertPart(SqlSegment segment)

Parameters

segment SqlSegment

The segment describing the INSERT clause.