I am using CogniteSdk c# to query data model from CDF.

When I tried to execute it, it did not return row items. Instead it just returned below result:

What is the correct way to use the DataModel in C# CogniteSdk to return rows of data as per below?

I am using CogniteSdk c# to query data model from CDF.

When I tried to execute it, it did not return row items. Instead it just returned below result:

What is the correct way to use the DataModel in C# CogniteSdk to return rows of data as per below?

Best answer by Einar Omang
It’s hard to say for sure. It may be a naming issue, you can see what the method returns if you parametrize it with something like `JsonElement` instead of `WellResponse`.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.