asp.net.ph

DataSet.GetXmlSchema Method

System.Data Namespace   DataSet Class


Returns the XSD schema for the XML representation of the data stored in the DataSet.

[ VB ]
Public Function GetXmlSchema ( ) As String

[ C# ]
public String GetXmlSchema ( );

[ C++ ]
public: String* GetXmlSchema ( );

[ JScript ]
public function GetXmlSchema ( ) : String;

Return Value

String that is the XSD schema for the XML representation of the data stored in the DataSet.

Remarks

Calling this method is identical to calling WriteXmlSchema, except that only the primary schema is written.

NOTE: GetXmlSchema returns XML as a string, and therefore, requires more overhead than using WriteXmlSchema to write XML to a file.

See Also

DataSet Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph