We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
arguments are in the wrong order
SELECT * FROM RetrieveDependenciesForDelete(<@ObjectId, UNIQUEIDENTIFIER>, <@ComponentType, INT>);
SELECT * FROM RetrieveDependenciesForDelete(<@ComponentType, INT>, <@ObjectId, UNIQUEIDENTIFIER>);
SELECT @@VERSION
Microsoft Dataverse - 9.2.24111.198 SQL 4 CDS - 9.4.1.0 11 11 2024 12:05:16
The text was updated successfully, but these errors were encountered:
ea007ba
Successfully merging a pull request may close this issue.
Operations
Actual result
arguments are in the wrong order
Expected result
Environment
SELECT @@VERSION
:The text was updated successfully, but these errors were encountered: