GenericXmlBridgeTDataAccessGetDataVersion Method

Try to parse the version from the Version attribute on the xml's StartElementTag. Default is Version(1, 0, 0). The version is assigned to DataVersion.
GetDataVersion(XmlReader, IDiagnostics) must be called when the reader is positioned at the StartElementTag.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected virtual void GetDataVersion(
	XmlReader reader,
	IDiagnostics diagnostics
)

Parameters

reader  XmlReader
diagnostics  IDiagnostics

Exceptions

See Also