SaveDS method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SaveDS ( BSTR pszFilename, short nFlags );

Overview

Refer to Working with Data Sets.

Remarks

Saves the Data Set to the specified file.

If the Data Set was loaded from a file, the file characteristics were included from the file. If you wish to use these same characteristics, save the Data Set with nFlags set to 0.

If you wish to specify the file characteristics for saving the file, set the characteristics using the possible values listed for nFlags.

See Also

Elements:

LoadDSArray method, InitDS method, LoadDS method

Topics:

Data Sets: Creating, Initializing, Loading, and Saving Data Sets