Share via


X.queryCache Field

Definition

Represents the x:queryCache XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: tupleCache.
  • has the following child XML elements: query.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: QueryCache.

Applies to