Skip to content
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

Detecting only Insert and update but not the Delete #245

Open
garciamsu opened this issue Mar 24, 2023 · 0 comments
Open

Detecting only Insert and update but not the Delete #245

garciamsu opened this issue Mar 24, 2023 · 0 comments

Comments

@garciamsu
Copy link

I have several tables to which I am detecting shots, and I am presented with the following problem.

Table 1 where the number of fields declared in the c# class fully matches the design of the SQL server, and the triggers (INSERT, UPDATE and DELETE) work OK but...

I have another table 2, where the number of fields declared in the C# class is less than the total number of fields in the SQL server because I don't need to detect all changes and only INSERT and UPDATE work but DELETE doesn't work.

What can I do to solve this situation????

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant