www.csvreader.com

Adds a XmlDataReader.Column to the collection.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal dataType As String, _
   ByVal xPath As String, _
   ByVal columnName As String _
)
[C#]
public void Add(
   string dataType,
   string xPath,
   string columnName
);

Parameters

dataType
The name of the data type of the XmlDataReader.Column to add to the collection.
xPath
XPath expression to use to locate the column's value.
columnName
The name to use when referring to this column in column mappings.

See Also

XmlDataReader.ColumnCollection Class | DataStreams.Xml Namespace | XmlDataReader.ColumnCollection.Add Overload List