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

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