ReadState (System.Xml.ReadState)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: System.Xml.dll

Specifies the state of the reader.

VB.NET C#

C#

public enum struct ReadState : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

Bassic Code Library

... System.Data.DataSet ds = new System.Data.DataSet( ); ds.ReadXml(tr); return ds.Tables[0]; } catch { return null;} finally { if (tr != null ) if( tr.ReadState != System.Xml.ReadState ...

MBR IT/.NET 247 : System.Xml Namespace [Details]

System.Xml.ReadState: System.Xml.ValidationType: System.Xml.WhitespaceHandling ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your next ...

HOW TO: Use the ExecuteXmlReader Method of the SqlCommand Class in ...

System.Xml.XmlReader xmlr = cmd.ExecuteXmlReader(); xmlr.Read(); while(xmlr.ReadState != System.Xml.ReadState ...

Mono Documentation

Mono Class Library : System.Xml Namespace System.Xml.ReadState Enumeration ... Requirements Namespace: System.Xml Assembly: System.Xml (in System.Xml.dll)

Mono Documentation

... One of the members of the System.Xml.ReadState enumeration. Remarks. This property is read-only.

ReadState Enumeration

Requirements. Namespace:  System.Xml. Platforms:  Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP ...

System.Xml.XmlTextReader Class

Gets a value indicating whether the System.Xml.XmlTextReader.ReadState is System.Xml.ReadState.EndOfFile, signifying the reader is positioned at the end of the stream.

System.Xml.ReadState Enum

Summary The System.Xml.XmlReader.Close method has been called. See Also System.Xml.ReadState Enum , System.Xml Namespace

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support