Initializes a new instance of the XmlDataReader.Column class using the name of the data type to use for this column.
[Visual Basic]
Public Sub New( _
ByVal
dataType As
String, _
ByVal
xPath As
String _
)
[C#]
public XmlDataReader.Column(
string dataType,
string xPath);
Parameters
-
dataType
- Name of the data type in the database, for example, datetime, varchar, and so on.
-
xPath
-
See Also
XmlDataReader.Column Class | DataStreams.Xml Namespace