QueryBuildDataSource.firstFast Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
firstFast(Boolean) | |
firstFast() |
Determines whether to retrieve the first record from the query before the other records. |
firstFast(Boolean)
firstFast()
Determines whether to retrieve the first record from the query before the other records.
public:
virtual bool firstFast();
public virtual bool firstFast ();
abstract member firstFast : unit -> bool
override this.firstFast : unit -> bool
Public Overridable Function firstFast () As Boolean
Returns
true if the first record is retrieved first; otherwise, false.
Remarks
The firstFast property enables some database systems to optimize record retrieval, which improves performance. If the database does not support this property, it is ignored.