PDIParserResetState Method
This resets the parser to a default state
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected virtual void ResetState(
bool fullReset
)
Protected Overridable Sub ResetState (
fullReset As Boolean
)
protected:
virtual void ResetState(
bool fullReset
)
abstract ResetState :
fullReset : bool -> unit
override ResetState :
fullReset : bool -> unit
Parameters
- fullReset Boolean
- If true, a full reset is done (i.e. this is the start of a brand new session.
If false only the line state is reset (it's done parsing a property name or value).