System.Data.XmlSchemaWriter.WriteXmlSchema C# (CSharp) Method

WriteXmlSchema() public static method

public static WriteXmlSchema ( DataSet dataset, XmlWriter writer ) : void
dataset DataSet
writer System.Xml.XmlWriter
return void
		public static void WriteXmlSchema (DataSet dataset,
			XmlWriter writer)
		{
			WriteXmlSchema (dataset, writer, dataset.Tables,
				dataset.Relations);
		}

Same methods

XmlSchemaWriter::WriteXmlSchema ( DataSet dataset, XmlWriter writer, DataTableCollection tables, DataRelationCollection relations ) : void
XmlSchemaWriter::WriteXmlSchema ( XmlWriter writer, DataTable tables, DataRelation relations, string mainDataTable, string dataSetName, CultureInfo locale ) : void