Question
1
Replies
320
Views
Posted: May 14, 2018
Last activity: September 21, 2018
Type extensions on .NET components
I noticed it's possible to create type extensions for .NET types as well as OpenSpan types. I tried creating some new methods on a .NET DataTable, however, the methods don't seem to be appearing on the object. Is it possible to extend .NET objects using type extensions?
I attached the code I'm trying to use.
Not that I am aware of. You can create a script that accepts a DataTable as a parameter and pperforms that method on it.