PDIParserResetState Method

This resets the parser to a default state

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected virtual void ResetState(
	bool fullReset
)

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).

See Also