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)
public: void WriteXmlSchema( TextWriter^ writer, Converter<Type^, String^>^ multipleTargetConverter )
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: