1 out of 1 rated this helpful - Rate this topic

DataSet.InferXmlSchema Method

Applies XML schema to the DataSet.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Supported by the .NET Compact Framework Supported by the XNA Framework InferXmlSchema(Stream, String[]) Applies the XML schema from the specified Stream to the DataSet.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework InferXmlSchema(TextReader, String[]) Applies the XML schema from the specified TextReader to the DataSet.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework InferXmlSchema(String, String[]) Applies the XML schema from the specified file to the DataSet.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework InferXmlSchema(XmlReader, String[]) Applies the XML schema from the specified XmlReader to the DataSet.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.