{CompanyName} FlexyGo

StoredParamCollection..::..GetSchema Method

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return nullNothingnullptra null reference (Nothing in Visual Basic) (nullNothingnullptra null reference (Nothing in Visual Basic) in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public XmlSchema GetSchema()
Public Function GetSchema As XmlSchema

Return Value

An XmlSchema that describes the XML representation of the object that is produced by the WriteXml(System.Xml.XmlWriter) method and consumed by the ReadXml(System.Xml.XmlReader) method.