Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                XRPCOORDataTable cln = ((XRPCOORDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "DTSPCOOR";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DTSPCOOR.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableXRPCOOR            = new XRPCOORDataTable();
     base.Tables.Add(this.tableXRPCOOR);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableXRPCOOR = ((XRPCOORDataTable)(base.Tables["XRPCOOR"]));
     if ((initTable == true))
     {
         if ((this.tableXRPCOOR != null))
         {
             this.tableXRPCOOR.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal XRPCOORRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableXRPCOOR = ((XRPCOORDataTable)(this.Table));
 }