Replies: 1 comment 2 replies
-
using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a scenario where I need a filter to my table (
FileData
) but the UserId is only available inside one of its parent tables.I know that I can use
filter.AddJoin
to get up to my parent table but what if the are multiple ways to a parent?In my example I need to check if
ObjectsecurityAttachment
orFormAttachment
contains the rightFileId
and then use theUserId
from theObjectsecurity
orForm
table.Is this possible in any way with the latest version of Dotmim.Sync (1.3)?
Beta Was this translation helpful? Give feedback.
All reactions