Gemstone PQDIF Library
C#
VB
C++
JavaScript
Show/Hide TOC
Physical
Parser
Reset Method
Sets the parser back to the beginning of the file.
Definition
Namespace:
Gemstone.PQDIF.Physical
Assembly:
Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
C#
Copy
View Source
Request Example
public
void
Reset
()
VB
Copy
View Source
Request Example
Public
Sub
Reset
C++
Copy
View Source
Request Example
public
:
void
Reset
()
JavaScript
Copy
View Source
Request Example
function
Reset
();
Exceptions
InvalidOperationException
The PQDIF file is not open.
See Also
Reference
PhysicalParser Class
Gemstone.PQDIF.Physical Namespace
In This Article
Definition
Exceptions
See Also