Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

クラス変数

PhoneForm.cs には、以下のクラス変数があります。


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

phoneNumberID の目的は、チュートリアルの後半で説明します。

FeedbackOpens in a new tab