Search results for query: *

  1. T

    Instance references from Shared methods

    I am creating quite a number of objects with substantial code associated with them as part of a monolithic desktop application for which many instances of the objects may be present in memory at the same time. I want to reduce the footprint by making the code shared Since I get or some...
  2. T

    Efficiency Regarding Accessing RowState Information

    I have a somewhat related question. I founnd the posted answers very informative and resolved my immediate issue, but as I was already accessing the deleted rows in a different fashion lead to a question of what the 'Best' way of accessing the deleted rows is. Recomended Code: Dim dt As...
Back
Top