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!

XmlSerializationWriter.WriteTypedDataSet

[To be supplied.]

[Visual Basic]
Protected Sub WriteTypedDataSet( _
   ByVal dataSet As DataSet, _
   ByVal name As String, _
   ByVal ns As String, _
   ByVal isNullable As Boolean _
)
[C#]
protected void WriteTypedDataSet(
   DataSet dataSet,
   string name,
   string ns,
   bool isNullable
);
[C++]
protected: void WriteTypedDataSet(
   DataSet* dataSet,
   String* name,
   String* ns,
   bool isNullable
);
[JScript]
protected function WriteTypedDataSet(
   dataSet : DataSet,
   name : String,
   ns : String,
   isNullable : Boolean
);

Parameters

dataSet
[To be supplied.]
name
[To be supplied.]
ns
[To be supplied.]
isNullable
[To be supplied.]

See Also

XmlSerializationWriter Class | XmlSerializationWriter Members | System.Xml.Serialization Namespace