Avectra.netForum.Data.Interfaces.ISelectableByDataRow

From AUDC2013 Framework changes in 2013.01 power point:

  • Is a new feature in FacadeClass that allows for faster selects by combining a series of sequential T-SQL SELECT commands into a single command.
  • Also allows for loading multiple child objects in one SELECT command for all objects, rather than one series of commands to load EACH child object.
  • DynamicFacade automatically implements the interface, but you MIGHT need to override AfterSelectByDataRow if you do anything complicated after the base.SelectByKey() since SelectByKey will no longer run.
  • Wouldn’t ordinarily need to override SelectByDataRow
  • ForceLegacySelect – disables interface code.