Syntax

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 application server. The syntax is:

static void SetBImageFlag(System.Data.DataTable dt, bool flag)

If you set flag to true, you can only pass dt back to an application server 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 application server.