📚 SAP Business One SDK Help

GetSchema Method
See Also 

Description

Returns the schema for the XML that is returned by the SerializeAsXML method.

Syntax

Visual Basic
Public Function GetSchema() As String

Remarks

The XML schema is the same for all data table objects.

You can use the schema to create objects for handling the data from a data table, with the help of the XML Schema Definition command line tool (xsd.exe), which is part of the .NET Framework. 

See Also