ComponentOne DataObjects for .NET
Save(String) Method

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

Parameters

path
Full name of the file where the schema is saved.
See Also

Reference

Schema Class
Schema Members
Overload List