from

expect open infix override 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.

actual open infix override 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.

actual open infix override fun from(dataSource: DataSource): From(source)