SqlQuery.ForJson method
namespace: Serenity.Data assembly: Serenity.Net.Data
Adds a FOR JSON statement to the query.
public SqlQuery ForJson(string forJson = "AUTO")
| parameter | description |
|---|---|
| forJson | FOR JSON type, usually "auto". |
See Also
- class SqlQuery