www.csvreader.com

XmlRecordReader overview

Public Static (Shared) Methods

Parse

Public Instance Constructors

XmlRecordReader Overloaded. Initializes a new instance of the XmlRecordReader class.

Public Instance Properties

Columns
CurrentRecord (inherited from ReaderBase) The index of the current record.
ItemOverloaded.
Settings Has all the options that are able to be set that will affect the way records are parsed.
Values (inherited from ReaderBase) Returns the columns values for the current record as a string array.

Public Instance Methods

AddNamespace
Close (inherited from ReaderBase) Closes and releases all related resources.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Evaluate
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ReadRecord
ReadToEndOverloaded. Reads till the end of the xml data.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

XmlRecordReader Class | DataStreams.Xml Namespace