public class XmlDataLoadOptions
Constructor Summary |
---|
XmlDataLoadOptions()
Initializes a new instance of this class with default options. |
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAlwaysGenerateRootObject() | |
void | setAlwaysGenerateRootObject(booleanvalue) | |
Gets or sets a flag indicating whether a generated data source will always contain an object for an XML root element. If an XML root element has no attributes and all its child elements have same names, such an object is not created by default. |
public XmlDataLoadOptions()
public boolean getAlwaysGenerateRootObject() / public void setAlwaysGenerateRootObject(boolean value)