Hi,
Can anyone recommend a way to persist Predicate Expressions and Sort Expressions?
I was thinking about .Net serialization, but the classes do not implement ISerializable.
Is this something that has been previously requested?
Thanks
Found that the classses are serializable. They implement the Serializable attribute. I could not see this in the Visual Studio object browser. Lutz Reoder's .Net Reflector did display the custom attributes if selected in the options.