Writes the database structure to a stream.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void Write( Stream stream ) |
Visual Basic (Declaration) |
---|
Public Sub Write ( _ stream As Stream _ ) |
Visual C++ |
---|
public: void Write( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::.Stream