Saves the EDMX to a stream.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public void Save(
	Stream stream
)
Visual Basic
Public Sub Save ( _
	stream As Stream _
)
Visual C++
public:
void Save(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream
Stream to save the EDMX to.

See Also