Table of Contents

Method From

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

From(IFromItem)

Sets the FROM clause to the specified table or join. Fluent API method.

public Query From(IFromItem fromItem)

Parameters

fromItem IFromItem

The table or join to query from.

Returns

Query

This query instance for method chaining.

From(IEnumerable<IFromItem>)

Sets the FROM clause to the specified tables or joins. Fluent API method.

public Query From(IEnumerable<IFromItem> fromItems)

Parameters

fromItems IEnumerable<IFromItem>

The tables or joins to query from.

Returns

Query

This query instance for method chaining.