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.FacadeClass.AddDataObject

 
 

Avectra.netForum.Data.FacadeClass.AddDataObject

The Avectra.netForum.Data.FacadeClass.AddDataObject void adds a DynamicData to a FacadeClass.

 

Parameter

  • szPrefix (string). The 3-character column prefix of the Table

  • oData (szPrefix). Avectra.netForum.Data.DataClass

  • Description (string). Description of TableFor this, you can use oData.Description.

  • bPrimaryDataObject (bool). Set to true if the DataClass is the "main" data object.

Method

Class Avectra.netForum.Data.FacadeClass
Returns void

 

Usage and Examples

private DynamicData _oPledge;
_oPledge = new DynamicData("np_pledge", "np_pledge_ext", "plg", "plg", "plg_key", "plg_key_ext", "plg_delete_flag", "Pledge");
AddDataObject("plg", _oPledge, "Pledge");

 

Was this article helpful?
0 out of 0 found this helpful