The properties of System.Web.UI.WebControls.XmlDataSource are listed below. For a list of all members, see the XmlDataSource Members list.
See Also: Inherited members from System.Web.UI.HierarchicalDataSourceControl
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. |