This topic has not yet been rated - Rate this topic

recordset property

Sets or retrieves from a data source object a reference to the default record set.

Syntax

HRESULT value = object.put_recordset(IDispatch* v);HRESULT value = object.get_recordset(IDispatch** p);

Property values

Type: Object

the record set.

Remarks

To retrieve a named record set from a data source object, use the IHTMLGenericElement::namedRecordset or IHTMLGenericElement::namedRecordset method.

See also

Introduction to Data Binding

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.