QueryCache Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
QueryCache() | Initializes a new instance of the QueryCache class. | |
QueryCache(String) | Initializes a new instance of the QueryCache class from outer XML. | |
QueryCache(array<OpenXmlElement[]) | Initializes a new instance of the QueryCache class with the specified child elements. | |
QueryCache(IEnumerable<OpenXmlElement>) | Initializes a new instance of the QueryCache class with the specified child elements. |
Top