WriteXml(XmlWriter,XmlWriteMode) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub WriteXml( _
ByVal As System.Xml.XmlWriter, _
ByVal As System.Data.XmlWriteMode _
)
public void WriteXml(
System.Xml.XmlWriter ,
System.Data.XmlWriteMode
)
Parameters
- writer
- mode
See Also