Method ObjectStorage_GetObjectJson()

Assembly: redb.Core.dll

SELECT object as JSON. Params: $1=objectId, $2=depth
PostgreSQL: SELECT get_object_json($1, $2)::text
MSSQL: Stored procedure or CTE

string ObjectStorage_GetObjectJson()