GetResultSet Function | |
-- todo --
Retrieves the work area number of a cursor marked by SetResultSet( ) in the current data session.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax FUNCTION GetResultSet() AS LONG
public static int GetResultSet()
Request Example
View SourceReturn Value
Type:
Long
GetResultSet( )Return Value
Numeric.
GetResultSet( ) returns the work area number of the marked cursor in the current data session or zero
(0) if no cursor is marked in the current data session.
Remarks GetResultSet( ) is supported in X# and the X# OLE DB Provider.
You can use GetResultSet( ) in a database container (DBC) stored procedure or send it to the X# OLE DB Provider,
assuming that the cursor has been previously opened by the OLE DB Provider.
See Also