ComponentOne DataObjects for .NET
Load(Stream) Method

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Schema Class > Load Method : Load(Stream) Method
The stream from which the schema is loaded.
Loads the schema from a file or stream.
Syntax
'Declaration
 
Public Overloads Shared Function Load( _
   ByVal stream As System.IO.Stream _
) As Schema
public static Schema Load( 
   System.IO.Stream stream
)

Parameters

stream
The stream from which the schema is loaded.
See Also

Reference

Schema Class
Schema Members
Overload List