This repository was archived by the owner on Feb 22, 2020. It is now read-only.
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
System.NullReferenceException: 'Object reference not set to an instance of an object.' #53
Open
Description
return _Client.CreateDocumentQuery<TUser>(_Users.DocumentsLink, new FeedOptions { EnableCrossPartitionQuery = true }) .Where(u => u.DocId == "user").AsQueryable();
I am getting the below exception when the above piece of code gets executed
System.NullReferenceException: 'Object reference not set to an instance of an object.'
Metadata
Metadata
Assignees
Labels
No labels