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