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

            cln.InitVars();
            return(cln);
        }
        public override DataTable Clone()
        {
            StdSampInfoDataTable cln = (StdSampInfoDataTable)base.Clone;

            cln.InitVars();
            return(cln);
        }
 internal void InitVars()
 {
     this.tableStdSampInfo = (StdSampInfoDataTable)this.Tables("StdSampInfo");
     if ((!(this.tableStdSampInfo) == null))
     {
         this.tableStdSampInfo.InitVars();
     }
 }
Exemple #4
0
 private void InitClass()
 {
     this.DataSetName             = "DataSet1";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/DataSet1.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableStdSampInfo        = new StdSampInfoDataTable();
     base.Tables.Add(this.tableStdSampInfo);
 }
 private void InitClass()
 {
     this.DataSetName        = "DataSet1";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableStdSampInfo   = new StdSampInfoDataTable();
     this.Tables.Add(this.tableStdSampInfo);
 }
Exemple #6
0
 internal void InitVars(bool initTable)
 {
     this.tableStdSampInfo = (StdSampInfoDataTable)base.Tables("StdSampInfo");
     if ((initTable == true))
     {
         if ((!(this.tableStdSampInfo) == null))
         {
             this.tableStdSampInfo.InitVars();
         }
     }
 }
 internal StdSampInfoRow(DataRowBuilder rb)
 {
     base.New(rb);
     this.tableStdSampInfo = (StdSampInfoDataTable)this.Table;
 }
Exemple #8
0
 internal StdSampInfoRow(global::System.Data.DataRowBuilder rb)
 {
     base.New(rb);
     this.tableStdSampInfo = (StdSampInfoDataTable)this.Table;
 }