Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY CYBERSECURITY DATA SCIENCE
     ❯   

ADO StayInSync Property


❮ Complete Recordset Object Reference

The StayInSync property sets or returns a boolean value that indicates whether the reference to the child records will change when the parent record position changes. Default value is true, which means that the child records will be updated if the parent Recordset object changes record position.

Note: This property is used with hierarchical recordsets.

Note: This property must be set on the parent Recordset before the child Recordset is retrieved.


Syntax

objRecordset.StayInSync

❮ Complete Recordset Object Reference