Class FromPart
Represents the FROM clause of a SQL statement.
public sealed class FromPart : SqlStatementPart
- Inheritance
-
FromPart
- Inherited Members
- Extension Methods
Constructors
FromPart(SqlSegment)
Initializes a new instance of the FromPart class.
public FromPart(SqlSegment segment)
Parameters
segmentSqlSegmentThe segment describing the FROM clause.