DataSource.Find (gb.db2.form)

Function Find ( Where As String, ... ) As Integer

Desde 3.19

Find the first row matching a SQL request from the current position.

  • Where: The "WHERE" part of the SQL request, with possible argument substitution inside.

Return the row index of the matching row, or -1 if not row is found.