Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                APPOINTMENTDataTable cln = ((APPOINTMENTDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 internal void InitVars()
 {
     this.tableAPPOINTMENT = ((APPOINTMENTDataTable)(this.Tables["APPOINTMENT"]));
     if ((this.tableAPPOINTMENT != null))
     {
         this.tableAPPOINTMENT.InitVars();
     }
 }
Beispiel #3
0
 private void InitClass()
 {
     this.DataSetName             = "GravityboxDataset";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/GravityboxDataset.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAPPOINTMENT        = new APPOINTMENTDataTable();
     base.Tables.Add(this.tableAPPOINTMENT);
 }
Beispiel #4
0
 internal void InitVars(bool initTable)
 {
     this.tableAPPOINTMENT = ((APPOINTMENTDataTable)(base.Tables["APPOINTMENT"]));
     if ((initTable == true))
     {
         if ((this.tableAPPOINTMENT != null))
         {
             this.tableAPPOINTMENT.InitVars();
         }
     }
 }
Beispiel #5
0
 private void InitClass()
 {
     this.DataSetName        = "GravityboxDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/GravityboxDataset.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableAPPOINTMENT   = new APPOINTMENTDataTable();
     this.Tables.Add(this.tableAPPOINTMENT);
 }
Beispiel #6
0
 internal APPOINTMENTRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAPPOINTMENT = ((APPOINTMENTDataTable)(this.Table));
 }
Beispiel #7
0
 internal APPOINTMENTRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableAPPOINTMENT = ((APPOINTMENTDataTable)(this.Table));
 }