C# Class System.Data.XmlDataTreeWriter

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

Private Methods

Method Description
CreateTablesHierarchy ( DataTable dt ) : void
CreateToplevelTables ( ) : System.Data.DataTable[]
GetNestedChildRelations ( DataRow row ) : ArrayList
PreserveSpace ( object value ) : bool
RowHasErrors ( DataRow row ) : bool
Save ( XmlWriter xw, bool writeSchema ) : void
SaveDiffgramData ( XmlWriter xw, Hashtable rowsOrder ) : void
XmlDataRowWriter ( DataRow row, string encodedTableName ) : void
XmlDataTreeWriter ( DataSet ds ) : System.Collections
XmlDataTreeWriter ( DataSet ds, DataTable dt ) : System.Collections
XmlDataTreeWriter ( DataTable dt, bool writeHierarchy ) : System.Collections