Property Document
Document
Document Property, returns the current XmlDocument that this data source is using, if set the Source property is cleared and any inline xml data is discarded
public XmlDocument Document { get; set; }
Property Value
Remarks
Setting this property will implicitly cause this DataProvider to refresh. When changing multiple refresh-causing properties, the use of DeferRefresh() is recommended.