You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm having a situation where a StronglyTypedIdBackingType.String ids need to be used in a ef core query with StartsWith. Currently, I'm not seeing any string function available for such ids. Please guide me how to use it.
I'm using v1.0.0-beta06 of the package
Example:
let's say abc/efg/mnpxyz is a value of an Id field stored as hierarchy for city/ward/building for Office entity.
Unfortunately, I think the short answer is that you can't currently. I'm not aware of a mechanism in EF Core to allow this currently. I'm certainly interested if someone can show how to make it work, but the IDs generally are intended to be opaque IDs.
Hello, I'm having a situation where a
StronglyTypedIdBackingType.String
ids need to be used in a ef core query withStartsWith
. Currently, I'm not seeing any string function available for such ids. Please guide me how to use it.I'm using v1.0.0-beta06 of the package
Example:
let's say
abc/efg/mnpxyz
is a value of an Id field stored as hierarchy forcity/ward/building
forOffice
entity.I want to write query
The text was updated successfully, but these errors were encountered: