Share via


X.query Field

Definition

Represents the x:query XML element.

public static readonly System.Xml.Linq.XName query;
 staticval mutable query : System.Xml.Linq.XName
Public Shared ReadOnly query As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: queryCache.
  • has the following child XML elements: tpls.
  • has the following XML attributes: mdx.
  • corresponds to the following strongly-typed classes: Query.

Applies to