我正在使用 .NET SDK。
将 null 作为字符串传递不起作用,传递实际的 null 值会引发以下异常:
{
"Message": "An error has occurred.",
"ExceptionMessage": "Couchbase.N1QL.Error",
"ExceptionType": "System.Exception",
"StackTrace": null
}
我正在尝试使用可选的搜索参数构建一个查询,其中我为用户未决定搜索的参数传递空值。