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

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName             = "DS_CommonPreview";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DS_CommonPreview.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCommonpreview      = new CommonpreviewDataTable();
     base.Tables.Add(this.tableCommonpreview);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tableCommonpreview = ((CommonpreviewDataTable)(base.Tables["Commonpreview"]));
     if ((initTable == true))
     {
         if ((this.tableCommonpreview != null))
         {
             this.tableCommonpreview.InitVars();
         }
     }
 }
Beispiel #4
0
 internal CommonpreviewRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCommonpreview = ((CommonpreviewDataTable)(this.Table));
 }