| |||||
DataSet.GetXml MethodSystem.Data Namespace DataSet Class Returns the XML representation of the data stored in the DataSet. [ VB ] Public Function GetXml ( ) As String [ C# ] public String GetXml ( ); [ C++ ] public: String* GetXml ( ); [ JScript ] public function GetXml ( ) : String; Return ValueString that is a representation of the data stored in the DataSet. RemarksIf the DataSet has changes, calling this method is identical to calling WriteXml with XmlWriteMode set to DiffGram; otherwise it is equivalent to calling WriteXml with XmlWriteMode set to IgnoreSchema.
See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme