The members of System.Web.UI.WebControls.XmlDataSource are listed below.
See Also: Inherited members from System.Web.UI.HierarchicalDataSourceControl
Creates a new instance of the System.Web.UI.WebControls.XmlDataSource class. |
CacheDuration | int.
Gets or sets the length of time, in seconds, that the data source control caches data it has retrieved. | |
CacheExpirationPolicy | System.Web.UI.DataSourceCacheExpiry.
Gets or sets the cache expiration policy that is combined with the cache duration to describe the caching behavior of the cache that the data source control uses. | |
CacheKeyDependency | string.
Gets or sets a user-defined key dependency that is linked to all data cache objects created by the data source control. All cache objects explicitly expire when the key expires. | |
Data | string.
Gets or sets a block of XML data that the data source control binds to. | |
DataFile | string.
Specifies the file name of an XML file that the data source binds to. | |
EnableCaching | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.XmlDataSource control has data caching enabled. | |
Transform | string.
Gets or sets a block of Extensible Stylesheet Language (XSL) data that defines an XSLT transformation to be performed on the XML data managed by the System.Web.UI.WebControls.XmlDataSource control. | |
TransformArgumentList | System.Xml.Xsl.XsltArgumentList.
Provides a list of XSLT arguments that are used with the style sheet defined by the XmlDataSource.Transform or XmlDataSource.TransformFile properties to perform a transformation on the XML data. | |
TransformFile | string.
Specifies the file name of an Extensible Stylesheet Language (XSL) file (.xsl) that defines an XSLT transformation to be performed on the XML data managed by the System.Web.UI.WebControls.XmlDataSource control. | |
XPath | string.
Specifies an XPath expression to be applied to the XML data contained by the XmlDataSource.Data property or by the XML file indicated by the XmlDataSource.DataFile property. |
GetXmlDocument()
| ||
Save()
|
override | GetHierarchicalView(string)
| |
OnTransforming(EventArgs)
|
Transforming |
Occurs before the style sheet that is defined by the XmlDataSource.Transform property or identified by the XmlDataSource.TransformFile property is applied to XML data. |
[read-only] | System.ComponentModel.IListSource.ContainsListCollection | bool.
For a description of this member, see System.ComponentModel.IListSource.ContainsListCollection. |
System.ComponentModel.IListSource.GetList |
For a description of this member, see System.ComponentModel.IListSource.GetList. | |
System.Web.UI.IDataSource.GetView |
Gets the named data source view associated with the data source control. | |
System.Web.UI.IDataSource.GetViewNames |
For a description of this member, see System.Web.UI.IDataSource.GetViewNames. |