AdoRecordSet:Supports()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:Supports()

Previous pageReturn to chapter overviewNext page

Purpose

Determines whether a specified Recordset object supports a particular type of functionality.

 

Prototype

METHOD Supports ( lCursorOptions AS LONG  ) AS LOGIC

 

Argument(s)

lCursorOptions        LONG that consists of one or more CursorOptionEnum values.

 

Return

LOGIC         that indicates whether all of the features identified by the CursorOptions argument are supported by the provider

 

See Also

AdoRecordSet, AdoCursorOptionEnum