For TypedViews on WinForms apps, is there a way to intercept and implement insert, edit and delete. I see that LLBLGenProDataSource provides the PerformWork event and would implementing the equivalent functionality be feasible, or is it not recommended to use TypedViews to achieve CRUD functionality?
Are there plans to provide datasources that are available to Forms apps?
Thanks.