Skip to content

Is there a limit to the number of fields that can be declared in the C# class for trigger detecting? #246

@garciamsu

Description

@garciamsu

Hello

Is there a limit to the number of fields that can be declared in the C# class for trigger detecting?

Because when I have a table 1 in SQL Server with 14 fields, and when I declare all the fields in the C# class it works from the OK trigger (INSERT, UPDATE and DELETE) but...

Because when I have a table 2 in SQL Server with 145 fields, and when I declare all the fields in the C# class, no trigger works (INSERT, UPDATE and DELETE)

What I can do???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions