Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                FeriadoDataTable cln = ((FeriadoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     DataSetName             = "FeriadoDS";
     Prefix                  = "";
     Namespace               = "http://tempuri.org/FeriadoDS.xsd";
     EnforceConstraints      = true;
     SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     tableFeriado            = new FeriadoDataTable();
     base.Tables.Add(tableFeriado);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     tableFeriado = ((FeriadoDataTable)(base.Tables["Feriado"]));
     if ((initTable == true))
     {
         if ((tableFeriado != null))
         {
             tableFeriado.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal FeriadoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     tableFeriado = ((FeriadoDataTable)(Table));
 }