F# Data


XmlProvider

Typed representation of a XML file.

Static parameters

Static parametersDescription
Sample
Signature: string

Location of a XML sample file or a string containing a sample XML document.

SampleIsList
Signature: bool (optional, default = false)

If true, the children of the root in the sample document represent individual samples for the inference.

Global
Signature: bool (optional, default = false)

If true, the inference unifies all XML elements with the same name.

Culture
Signature: string (optional, default = "")

The culture used for parsing numbers and dates.

ResolutionFolder
Signature: string (optional, default = "")

A directory that is used when resolving relative file references (at design time and in hosted execution).

Fork me on GitHub