RecordSetQuery.Constructor(rs as RecordSet)

From Xojo Documentation


Constructor
RecordSetQuery.Constructor(rs as RecordSet)

New in 2010r3

Creates a new RecordSetQuery from the passed RecordSet.

Notes

A RecordSet can now be passed directly to the Run method of a Report. It is no longer necessary to first create a RecordSetQuery.