SampleListSave Method

CVB.Net Documentation
Save the Manto2 sample list to a file.

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
File name to save to.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the object to be saved has already been disposed.
See Also

Reference