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.171 -- Release Build+af1e6271f2015b03a58bc9ef784f0f2b9eeab0d2
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