IRowsetInfo Property

ADO and SQL Server

ADO and SQL Server

IRowsetInfo Property

The IRowsetInfo property indicates whether the provider supports the OLE DB IRowsetInfo interface.

Applies To
Command Object Recordset Object
Syntax

object.Properties("IRowsetInfo")

Parts

object

Expression that evaluates to an object in the Applies To list.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_IRowsetInfo

Remarks

ADO requires that the provider support the OLE DB IRowsetInfo interface. The value of the IRowsetInfo property is read-only and is always set to True, indicating that the recordset supports the specified interface. The value of this property cannot be set to False.

The IRowsetInfo property is useful for conformance testing.