all static method

Creates a select result that returns all document properties.

The value will be available as a dictionary, under the name of the data source in the query Result.

Implementation

static SelectResultFrom all() =>
    SelectResultFromImpl(expression: Expression.all());