property static method
Creates a select result from the given propertyPath
.
Implementation
static SelectResultAs property(String propertyPath) =>
expression(Expression.property(propertyPath));
Creates a select result from the given propertyPath
.
static SelectResultAs property(String propertyPath) =>
expression(Expression.property(propertyPath));