GenericXmlBridgeTDataAccessRead Method

Read the DataAccess component from the XmlReader stream.

Input read using this method must be written using the Write method.

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 void Read(
	XmlReader reader
)

Parameters

reader  XmlReader
XmlReader stream to read xml from.

See Also