i have JSON Column called JsonData , in this field i have a field for example X
many records does not have X field in JsonData because this field was added later.
how can get all records in EF Core that do not have X field in JsonData ?
i have JSON Column called JsonData , in this field i have a field for example X
many records does not have X field in JsonData because this field was added later.
how can get all records in EF Core that do not have X field in JsonData ?