ExpressionNode.MoveToElementWithCheck(XmlReader, String) Method

Definition

Moves to the node with specified type and name (if supplied)

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
protected static void MoveToElementWithCheck (System.Xml.XmlReader xr, string name);
[<Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)>]
static member MoveToElementWithCheck : System.Xml.XmlReader * string -> unit
Protected Shared Sub MoveToElementWithCheck (xr As XmlReader, name As String)

Parameters

name
String

node name (can be null)

Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Exceptions

Thrown if no node found in the stream

Applies to