ComponentOne DataObjects for .NET
Save(Stream) Method

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Schema Class > Save Method : Save(Stream) Method
The stream where the schema is saved.
Saves the schema in a file or stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As System.IO.Stream _
) 
public void Save( 
   System.IO.Stream stream
)

Parameters

stream
The stream where the schema is saved.
See Also

Reference

Schema Class
Schema Members
Overload List