SqlQuery.SelectMany method

namespace: Serenity.Data   assemblySerenity.Net.Data

Adds field names or SQL expressions to the SELECT statement.

public SqlQuery SelectMany(params string[] expressions)
parameter description
expressions Fields or SQL expressions.

Return Value

The query itself.

Remarks

No aliases are used for the fields or expressions.

See Also