System.Data.Tests.DataSetTypedDataSetTest.myTypedDataSet.myTypedDataSet C# (CSharp) Method

myTypedDataSet() public method

public myTypedDataSet ( ) : Xunit
return Xunit
            public myTypedDataSet()
            {
                InitClass();
                CollectionChangeEventHandler schemaChangedHandler = new CollectionChangeEventHandler(SchemaChanged);
                Tables.CollectionChanged += schemaChangedHandler;
                Relations.CollectionChanged += schemaChangedHandler;
            }

Same methods

DataSetTypedDataSetTest.myTypedDataSet::myTypedDataSet ( SerializationInfo info, StreamingContext context ) : Xunit