I have a column in my database that is json data. I can write a statement that looks something like this:
.Where(x => (JsonValue(Convert(x, IJsonDataContainer).Data, "$.userInfo.userName) == "someValue' ")
Where $.userInfo.userName is a path into the json that is stored in the Data column of the table.
Does this tool support that kind of syntax? I don't see it but I, hopefully, am missing something.
Thanks,
Jerry.
I have a column in my database that is json data. I can write a statement that looks something like this:
Where
$.userInfo.userNameis a path into the json that is stored in the Data column of the table.Does this tool support that kind of syntax? I don't see it but I, hopefully, am missing something.
Thanks,
Jerry.