Skip to content

Instance Method

from(_:)

Include the given table in the list of those used by the query, without performing an explicit join.
@discardableResult func from(_ table: String) -> Self

Parameters

table

The name of the table to use.

Return Value

self for chaining.