ComponentOne DataObjects for .NET
Load(String) Method

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

Parameters

path
Full name of the file from which the schema is loaded.
See Also

Reference

Schema Class
Schema Members
Overload List