skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_freeRow
 

dam_freeRow

This method frees a row of data. All memory associated with the row is freed by the OpenAccess SDK SQL Engine. This method should be called after a call to dam_isTargetRow fails.
void dam_freeRow(
int64 hrow)
 
Table 124: Parameters for dam_freeRow 
Parameter
Type
Description
IN
 
 
hrow
int64
The row handle

See also 

dam_isTargetRow