Writes XML data from the data set.
Namespace:
C1.Web.DataAssembly: C1.Web.Data.2 (in C1.Web.Data.2.dll)
Syntax
| C# |
|---|
public void WriteXml( XmlTextWriter writer ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteXml ( _ writer As XmlTextWriter _ ) |
Parameters
- writer
- Type: System.Xml..::..XmlTextWriter
The XmlReader to which to write.