Click or drag to resize
XmlRecordReader Properties

The XmlRecordReader type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Public propertyCurrentRecord
The index of the current record.
(Inherited from ReaderBase.)
Public propertyItemInt32
Returns the current column value for a given column index.
(Inherited from ReaderBase.)
Public propertyItemString
Public propertySettings
Has all the options that are able to be set that will affect the way records are parsed.
Public propertyValues
Returns the columns values for the current record as a string array.
(Inherited from ReaderBase.)
Top
See Also