We have upgraded our support system to serve you better.
For Support, please go to our Momentive Support Hub located here.

Skip to main content

Avectra.netForum.Data.Interfaces.ISelectableByDataRow

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.
Was this article helpful?
0 out of 0 found this helpful