Mono Class Library: System.Data.DataSet Overview | Members

System.Data.DataSet.GetXmlSchema Method

Returns the XSD representation fore the XML schema of the data contained in the current DataSet.

public string GetXmlSchema ()

Returns

A string which contains the XSD schema for the XML of the data in the current DataSet.

Remarks

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

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0