예제 #1
0
            public override DataTable Clone()
            {
                Sex_DescriptionDataTable cln = ((Sex_DescriptionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 internal void InitVars()
 {
     this.tableSex_Description = ((Sex_DescriptionDataTable)(this.Tables["Sex_Description"]));
     if ((this.tableSex_Description != null))
     {
         this.tableSex_Description.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "DataSet2";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/DataSet2.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSex_Description    = new Sex_DescriptionDataTable();
     base.Tables.Add(this.tableSex_Description);
 }
예제 #4
0
 private void InitClass()
 {
     this.DataSetName          = "DataSet2";
     this.Prefix               = "";
     this.Namespace            = "http://www.tempuri.org/DataSet2.xsd";
     this.Locale               = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive        = false;
     this.EnforceConstraints   = true;
     this.tableSex_Description = new Sex_DescriptionDataTable();
     this.Tables.Add(this.tableSex_Description);
 }
 internal void InitVars(bool initTable)
 {
     this.tableSex_Description = ((Sex_DescriptionDataTable)(base.Tables["Sex_Description"]));
     if ((initTable == true))
     {
         if ((this.tableSex_Description != null))
         {
             this.tableSex_Description.InitVars();
         }
     }
 }
예제 #6
0
 internal Sex_DescriptionRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableSex_Description = ((Sex_DescriptionDataTable)(this.Table));
 }