public override global::System.Data.DataTable Clone()
            {
                tbRelatorioTipoDataTable cln = ((tbRelatorioTipoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 internal void InitVars()
 {
     this.tabletbRelatorioTipo = ((tbRelatorioTipoDataTable)(this.Tables["tbRelatorioTipo"]));
     if ((this.tabletbRelatorioTipo != null))
     {
         this.tabletbRelatorioTipo.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "XsdTbRelatorioTipo";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/XsdTbRelatorioTipo.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbRelatorioTipo    = new tbRelatorioTipoDataTable();
     base.Tables.Add(this.tabletbRelatorioTipo);
 }
 internal void InitVars(bool initTable)
 {
     this.tabletbRelatorioTipo = ((tbRelatorioTipoDataTable)(base.Tables["tbRelatorioTipo"]));
     if ((initTable == true))
     {
         if ((this.tabletbRelatorioTipo != null))
         {
             this.tabletbRelatorioTipo.InitVars();
         }
     }
 }
Exemple #5
0
 private void InitClass()
 {
     this.DataSetName          = "XsdTbRelatorioTipo";
     this.Prefix               = "";
     this.Namespace            = "http://tempuri.org/XsdTbRelatorioTipo.xsd";
     this.Locale               = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive        = false;
     this.EnforceConstraints   = true;
     this.tabletbRelatorioTipo = new tbRelatorioTipoDataTable();
     this.Tables.Add(this.tabletbRelatorioTipo);
 }
 internal tbRelatorioTipoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbRelatorioTipo = ((tbRelatorioTipoDataTable)(this.Table));
 }
Exemple #7
0
 internal tbRelatorioTipoRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbRelatorioTipo = ((tbRelatorioTipoDataTable)(this.Table));
 }