Class SelectPart
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
segmentSqlSegmentThe segment describing the SELECT clause.