C# Class System.Data.XmlToDatasetMap.XmlNodeIdHashtable

Inheritance: System.Collections.Hashtable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public XmlNodeIdHashtable ( int capacity ) : System.Xml
capacity int
Résultat System.Xml

this() public méthode

public this ( DataTable table ) : object
table DataTable
Résultat object

this() public méthode

public this ( XmlNode node ) : object
node System.Xml.XmlNode
Résultat object

this() public méthode

public this ( XmlReader dataReader ) : object
dataReader System.Xml.XmlReader
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object