Reads an EDMX file from a stream.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public EDMXFile( Stream edmxStream ) |
Visual Basic |
---|
Public Sub New ( _ edmxStream As Stream _ ) |
Visual C++ |
---|
public: EDMXFile( Stream^ edmxStream ) |
Parameters
- edmxStream
- Type: System.IO..::..Stream
Stream to read the EDMX data from.