SqlQuery.ForJson method

namespace: Serenity.Data   assemblySerenity.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