-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Enable the TableName invocation in the QueryMultiple operations #1065
Labels
Comments
Referencing the #1070 |
mikependon
added a commit
that referenced
this issue
Sep 1, 2022
mikependon
added a commit
that referenced
this issue
Sep 1, 2022
#1065 Enabled the TableName invocation within the QueryMultiple opera…
This will be available on the releases > RepoDb v1.12.10. |
The changes must also be implemented within the DbRepository object. |
mikependon
added a commit
that referenced
this issue
Sep 3, 2022
mikependon
added a commit
that referenced
this issue
Sep 3, 2022
#1065 Support to the DbRepository.QueryMultiple
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the enhancement
Currently, only the generic type is supported by the QueryMultiple operation. In order for this operation to be more dynamic and powerful when querying the data, the table name invocation must be supported.
Where the
where
params can expect the following types.Where the anonymous type can expect the following values.
The text was updated successfully, but these errors were encountered: