DataSet.WriteXmlSchema Method (TextWriter, Converter<Type, String>)
.NET Framework (current version)
Writes the DataSet structure as an XML schema to the specified TextWriter.
Assembly: System.Data (in System.Data.dll)
member WriteXmlSchema : writer:TextWriter * multipleTargetConverter:Converter<Type, string> -> unit
Parameters
- writer
-
Type:
System.IO.TextWriter
A TextWriter object to write to.
- multipleTargetConverter
-
Type:
System.Converter<Type, String>
A delegate used to convert Type to string.
.NET Framework
Available since 4.0
Available since 4.0
Show: