C# Class System.Xml.DataSetMapper

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Methods

Méthode Description
AddColumnSchema ( DataColumn col ) : void
AddTableSchema ( DataTable table ) : void
DataSetMapper ( ) : System.Collections
GetColumnSchemaForNode ( XmlBoundElement rowElem, XmlNode node ) : DataColumn
GetIdentity ( string localName, string namespaceURI ) : object
GetRegion ( XmlNode node, XmlBoundElement &rowElem ) : bool
GetRowFromElement ( XmlBoundElement be ) : DataRow
GetRowFromElement ( XmlElement e ) : DataRow
GetTableSchemaForElement ( XmlBoundElement be ) : DataTable
GetTableSchemaForElement ( XmlElement elem ) : DataTable
IsMapped ( ) : bool
IsNextColumn ( DataColumnCollection columns, int &iColumn, DataColumn col ) : bool
IsNotMapped ( DataColumn c ) : bool
IsRegionRadical ( XmlBoundElement rowElem ) : bool
SearchMatchingTableSchema ( XmlBoundElement rowElem, XmlBoundElement elem ) : DataTable
SearchMatchingTableSchema ( string localName, string namespaceURI ) : DataTable
SetupMapping ( XmlDataDocument xd, DataSet ds ) : void