Click here to Skip to main content
15,881,757 members
Articles / Desktop Programming / Windows Forms

Traceract

Rate me:
Please Sign up or sign in to vote.
3.69/5 (9 votes)
3 Sep 20059 min read 98.5K   1.6K   37  
A prototype debug tracer with an added dimension.
<html dir="LTR">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
    <title>XmlDatabaseUnitTests Methods</title>
    <xml>
    </xml>
    <link rel="stylesheet" type="text/css" href="MSDN.css" />
  </head>
  <body id="bodyID" class="dtBODY">
    <div id="nsbanner">
      <div id="bannerrow1">
        <table class="bannerparthead" cellspacing="0">
          <tr id="hdr">
            <td class="runninghead">XmlDatabase Documentation</td>
            <td class="product">
            </td>
          </tr>
        </table>
      </div>
      <div id="TitleRow">
        <h1 class="dtH1">XmlDatabaseUnitTests�Methods</h1>
      </div>
    </div>
    <div id="nstext">
      <p>The methods of the <b>XmlDatabaseUnitTests</b> class are listed below. For a complete list of <b>XmlDatabaseUnitTests</b> class members, see the <a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTestsMembers.html">XmlDatabaseUnitTests Members</a> topic.</p>
      <h4 class="dtH4">Public Instance Methods</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.DeleteField.html">DeleteField</a></td><td width="50%"> Delete a field. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.DeleteMultipleRows.html">DeleteMultipleRows</a></td><td width="50%"> Delete multiple records. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.DeleteUniqueRecord.html">DeleteUniqueRecord</a></td><td width="50%"> Delete a unique record. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">
        Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <b>Object</b>.
      </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">
        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
      </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
        Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
      </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.InsertMultipleUniqueRecords.html">InsertMultipleUniqueRecords</a></td><td width="50%"> Insert multiple unique records. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.InsertRecord.html">InsertRecord</a></td><td width="50%"> Do a simple record insert. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.InsertRecordWithMultipleValues.html">InsertRecordWithMultipleValues</a></td><td width="50%"> Insert a record with multiple values. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.InsertRecordWithValue.html">InsertRecordWithValue</a></td><td width="50%"> Insert a record along with a attribute-value. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.MultiRowMultiFieldUpdate.html">MultiRowMultiFieldUpdate</a></td><td width="50%"> Update mulitple rows with multiple attribute fields. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.MultirowQuery.html">MultirowQuery</a></td><td width="50%"> Query multiple rows into a DataTable. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.MultiRowQueryOfMultipleFields.html">MultiRowQueryOfMultipleFields</a></td><td width="50%"> Get the field data from multiple rows of multiple fields, into a DataTable. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.MultiRowQueryOfSingleField.html">MultiRowQueryOfSingleField</a></td><td width="50%"> Get the field data from multiple rows of a specified field. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.QueryUniqueRecords.html">QueryUniqueRecords</a></td><td width="50%"> Query the unique records. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.Save.html">Save</a></td><td width="50%"> Save the database. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.Setup.html">Setup</a></td><td width="50%"> Setup the database. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%">
        Returns a <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> that represents the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
      </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.UpdateField.html">UpdateField</a></td><td width="50%"> Update the field of a record. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.UpdateMultipleRows.html">UpdateMultipleRows</a></td><td width="50%"> Test updating multiple record attributes. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.VerifyMissingRecordNullReturn.html">VerifyMissingRecordNullReturn</a></td><td width="50%"> Verify that a missing record query returns null. </td></tr></table>
      </div>
      <h4 class="dtH4">Protected Instance Methods</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">
        Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <b>Object</b> is reclaimed by garbage collection.
      </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">
        Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.
      </td></tr></table>
      </div>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="Clifton.Tools.Xml.UnitTests.XmlDatabaseUnitTests.html">XmlDatabaseUnitTests Class</a> | <a href="Clifton.Tools.Xml.UnitTests.html">Clifton.Tools.Xml.UnitTests Namespace</a></p>
      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
        <param name="Keyword" value="XmlDatabaseUnitTests class, methods">
        </param>
      </object>
      <hr />
      <div id="footer">
        <p>
          <a>(c) 2005 Marc Clifton  All Rights Reserved.</a>
        </p>
        <p>
        </p>
      </div>
    </div>
  </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Interacx
United States United States
Blog: https://marcclifton.wordpress.com/
Home Page: http://www.marcclifton.com
Research: http://www.higherorderprogramming.com/
GitHub: https://github.com/cliftonm

All my life I have been passionate about architecture / software design, as this is the cornerstone to a maintainable and extensible application. As such, I have enjoyed exploring some crazy ideas and discovering that they are not so crazy after all. I also love writing about my ideas and seeing the community response. As a consultant, I've enjoyed working in a wide range of industries such as aerospace, boatyard management, remote sensing, emergency services / data management, and casino operations. I've done a variety of pro-bono work non-profit organizations related to nature conservancy, drug recovery and women's health.

Comments and Discussions