C# Class System.Data.XmlToDatasetMap.XmlNodeIdHashtable

Inheritance: System.Collections.Hashtable
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
XmlNodeIdHashtable ( int capacity ) : System.Xml
this ( DataTable table ) : object
this ( XmlNode node ) : object
this ( XmlReader dataReader ) : object
this ( string name ) : object

Method Details

XmlNodeIdHashtable() public method

public XmlNodeIdHashtable ( int capacity ) : System.Xml
capacity int
return System.Xml

this() public method

public this ( DataTable table ) : object
table DataTable
return object

this() public method

public this ( XmlNode node ) : object
node System.Xml.XmlNode
return object

this() public method

public this ( XmlReader dataReader ) : object
dataReader System.Xml.XmlReader
return object

this() public method

public this ( string name ) : object
name string
return object