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.173 -- Release Build+83080c2c75f31cf4c77448eec3f624d323a6c7eb
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