SetBImageFlag( )
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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:
|
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.