Reads the database structure from a stream.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public static Database Read( Stream stream ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Read ( _ stream As Stream _ ) As Database |
| Visual C++ |
|---|
public: static Database^ Read( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::.Stream