Entering content frame

 Method first 

Definition

first ()

Use

first is a method of the class SapDB_ResultSet. You use this method to position the cursor on the first record of the results set, to extract the record.

Result

The record is extracted.

If the results set is empty, the value of the result is None.

row = cursor.first ()

See also: Examples for SapDB_ResultSet

 

Leaving content frame