RobEmDee
Centurion
(This isn't an ADO.NET ?, bear with me for a few lines.) I have a relatively complex filtering scenario for a DataView in the app that I am developing which is extremely dynamic. I currently use Class Level Fields (string and integer) in which I capture the different pieces of the Filtering statement across multiple EventHandlers and then compile the DataView.Rowfilter. The ?: In situations like this, when 'placeholders' are needed, is it any less or more efficient or resource friendly to Dim in a new Variable each time the data is captured or is using a Class Level Field and just replacing the value each time ok?