System.Xml.DataSetMapper.DataSetMapper C# (CSharp) Méthode

DataSetMapper() private méthode

private DataSetMapper ( ) : System.Collections
Résultat System.Collections
        internal DataSetMapper()
        {
            Debug.Assert(_dataSet == null);
            _tableSchemaMap = new Hashtable();
            _columnSchemaMap = new Hashtable();
        }