Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                dataBSDataTable cln = ((dataBSDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "DataSetBS";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSetBS.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledataBS             = new dataBSDataTable();
     base.Tables.Add(this.tabledataBS);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tabledataBS = ((dataBSDataTable)(base.Tables["dataBS"]));
     if ((initTable == true))
     {
         if ((this.tabledataBS != null))
         {
             this.tabledataBS.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal dataBSRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledataBS = ((dataBSDataTable)(this.Table));
 }