Table of Contents

Class SelectPart

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

Represents the SELECT clause of a SQL statement.

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

Constructors

SelectPart(SqlSegment)

Initializes a new instance of the SelectPart class.

public SelectPart(SqlSegment segment)

Parameters

segment SqlSegment

The segment describing the SELECT clause.