SqlQuery.EnsureJoinsInExpression method
namespace: Serenity.Data assembly: Serenity.Net.Data
Ensures the joins in expression. For this to work, into row must provide a list of joins and their expressions.
public SqlQuery EnsureJoinsInExpression(string expression)
| parameter | description |
|---|---|
| expression | The expression. |
Return Value
The query itself.
See Also
- class SqlQuery