IsNemoEqualTrue / monitor-table-change-with-sqltabledependency

Get SQL Server notification on record table change
MIT License
655 stars 177 forks source link

Returning dynamic Object / ExpandoObject #237

Open arvenyon opened 3 years ago

arvenyon commented 3 years ago

Would it be somehow doable to pass "ExpandoObject" as a model? I'm working with a completely dynamic database structure and have no way to know how the table will be structured.

Would be really nice.

mcash95 commented 4 months ago

Any news on this? I'm looking to do the same thing for database transactions, running into some issues.