C# Class System.Data.Tests.DataTableTest3

Inheritance: IDisposable
Show file Open project: dotnet/corefx

Public Methods

Method Description
DataTableTest3 ( ) : System.IO
Dispose ( ) : void

Private Methods

Method Description
MakeChildTable ( ) : void
MakeDataRelation ( ) : void
MakeParentTable ( ) : void
MakeSecondChildTable ( ) : void
VerifyParentTableSchema ( DataTable table, string tableName, DataSet ds ) : void
VerifyTableSchema ( DataTable table, string tableName, DataSet ds ) : void
XmlSchemaTest1 ( ) : void
XmlSchemaTest2 ( ) : void
XmlSchemaTest3 ( ) : void
XmlSchemaTest5 ( ) : void
XmlSchemaTest6 ( ) : void
XmlSchemaTest7 ( ) : void
XmlSchemaTest8 ( ) : void
XmlSchemaTest9 ( ) : void

Method Details

DataTableTest3() public method

public DataTableTest3 ( ) : System.IO
return System.IO

Dispose() public method

public Dispose ( ) : void
return void