Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Class Variables

PhoneForm.cs contains the following class variables:


public partial class PhoneForm : Form
 {
   CacheConnection cnCache;
   DataSet ds;
   CacheDataAdapter conAdapter, phoneAdapter;
   DataRelation parent_to_child;
   int phoneNumberID = 0;
   ...

Note that the purpose for phoneNumberID is explained later in the tutorial.

FeedbackOpens in a new tab