Class InsertPart
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
segmentSqlSegmentThe segment describing the INSERT clause.