Try OpenEdge Now
skip to main content
.NET Open Clients
Passing Parameters : ProDataTable class methods : Before-image methods : SetBImageFlag( )
 
SetBImageFlag( )
Sets a value for flag that indicates if the DataTable specified by dt maps to an ABL temp-table that has a before-table defined for it on the AppServer. The syntax is:

Syntax

static void SetBImageFlag(System.Data.DataTable dt, bool flag)
If you set flag to true, you can only pass dt back to an AppServer as part of an ADO.NET DataSet that corresponds to a ProDataSet INPUT parameter. You must also ensure that the corresponding ABL temp-table has a before-table defined for it on the AppServer.