C# Class System.Data.XmlDataLoader

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
AttachRows void
CountNonNSAttributes int
FColumnElement bool
FExcludedNamespace bool
FIgnoreNamespace bool
FIgnoreNamespace bool
GetInitialTextFromNodes string
GetRowFromElement DataRow
GetTextOnlyColumn DataColumn
GetValueForTextOnlyColums string
InitNameTable void
IsTextLikeNode bool
IsTextOnly bool
LoadColumn void
LoadData void
LoadData void
LoadRowData void
LoadRows void
LoadTable void
LoadTopMostRow void
LoadTopMostTable void
ProcessXsdSchema bool
SetRowValueFromXmlText void
XmlDataLoader System.Collections
XmlDataLoader System.Collections
XmlDataLoader System.Collections
XmlDataLoader System.Collections

Private Methods

Method Description
AttachRows ( DataRow parentRow, XmlNode parentElement ) : void
CountNonNSAttributes ( XmlNode node ) : int
FColumnElement ( XmlElement e ) : bool
FExcludedNamespace ( string ns ) : bool
FIgnoreNamespace ( XmlNode node ) : bool
FIgnoreNamespace ( XmlReader node ) : bool
GetInitialTextFromNodes ( XmlNode &n ) : string
GetRowFromElement ( XmlElement e ) : DataRow
GetTextOnlyColumn ( DataRow row ) : DataColumn
GetValueForTextOnlyColums ( XmlNode n ) : string
InitNameTable ( ) : void
IsTextLikeNode ( System.Xml.XmlNodeType n ) : bool
IsTextOnly ( DataColumn c ) : bool
LoadColumn ( DataColumn column, object foundColumns ) : void
LoadData ( XmlDocument xdoc ) : void
LoadData ( XmlReader reader ) : void
LoadRowData ( DataRow row, XmlElement rowElement ) : void
LoadRows ( DataRow parentRow, XmlNode parentElement ) : void
LoadTable ( DataTable table, bool isNested ) : void
LoadTopMostRow ( bool &foundColumns ) : void
LoadTopMostTable ( DataTable table ) : void
ProcessXsdSchema ( ) : bool
SetRowValueFromXmlText ( DataRow row, DataColumn col, string xmlText ) : void
XmlDataLoader ( DataSet dataset, bool IsXdr, XmlElement topNode, bool ignoreSchema ) : System.Collections
XmlDataLoader ( DataSet dataset, bool IsXdr, bool ignoreSchema ) : System.Collections
XmlDataLoader ( DataTable datatable, bool IsXdr, XmlElement topNode, bool ignoreSchema ) : System.Collections
XmlDataLoader ( DataTable datatable, bool IsXdr, bool ignoreSchema ) : System.Collections