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 SetEOS Method


❮ Complete Stream Object Reference

The SetEOS method is used to set the current position to be the end of the stream (EOS). This method also updates the EOS property.

Note: Any data beyond the new EOS will be truncated and lost.

Syntax

objStream.SetEOS

❮ Complete Stream Object Reference