from

abstract infix fun from(dataSource: DataSource): From(source)

Create and chain a FROM component for specifying the query's data source.

Return

the From component.

Parameters

dataSource

the data source.