C# 클래스 System.Data.XmlToDatasetMap.XmlNodeIdHashtable

상속: System.Collections.Hashtable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
XmlNodeIdHashtable ( int capacity ) : System.Xml
this ( DataTable table ) : object
this ( XmlNode node ) : object
this ( XmlReader dataReader ) : object
this ( string name ) : object

메소드 상세

XmlNodeIdHashtable() 공개 메소드

public XmlNodeIdHashtable ( int capacity ) : System.Xml
capacity int
리턴 System.Xml

this() 공개 메소드

public this ( DataTable table ) : object
table DataTable
리턴 object

this() 공개 메소드

public this ( XmlNode node ) : object
node System.Xml.XmlNode
리턴 object

this() 공개 메소드

public this ( XmlReader dataReader ) : object
dataReader System.Xml.XmlReader
리턴 object

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object