NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDataDocument.SaveDataSetMapping

[Visual Basic]
Public Sub SaveDataSetMapping( _
   ByVal schemaFile As String _
)
[C#]
public void SaveDataSetMapping(
   string schemaFile
);
[C++]
public: void SaveDataSetMapping(
   String* schemaFile
);
[JScript]
public function SaveDataSetMapping(
   schemaFile : String
);

Parameters

schemaFile
Filename and location where you want to save the schema.

See Also

XmlDataDocument Class | XmlDataDocument Members | System.NewXml Namespace