Share via


XmlUtility.GoUpOneLevel Method

Definition

Overloads

GoUpOneLevel(XmlTextReader)

read until we go up one level

GoUpOneLevel(XmlTextReader)

read until we go up one level

GoUpOneLevel(XmlTextReader)

read until we go up one level

public static bool GoUpOneLevel(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader);
static member GoUpOneLevel : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader -> bool
Public Shared Function GoUpOneLevel (reader As XmlTextReader) As Boolean

Parameters

reader
XmlTextReader

Returns

Applies to

GoUpOneLevel(XmlTextReader)

read until we go up one level

public static bool GoUpOneLevel(System.Xml.XmlTextReader reader);
static member GoUpOneLevel : System.Xml.XmlTextReader -> bool
Public Shared Function GoUpOneLevel (reader As XmlTextReader) As Boolean

Parameters

reader
XmlTextReader

Returns

Applies to