XmlSchemas::IsDataSet Method (XmlSchema^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Static method that determines whether the specified XML schema contains a custom IsDataSet attribute set to true, or its equivalent.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- schema
-
Type:
System.Xml.Schema::XmlSchema^
The XML schema to check for an IsDataSet attribute with a true value.
The IsDataSet attribute comes from the namespace urn:schemas-microsoft-com:xml-msdata.
The IsDataSet method is called by the .NET Framework's XML serialization infrastructure and does not need to be called directly.
Available since 1.1