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

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 internal void InitVars()
 {
     this.tablesy_TiposRecursos = ((sy_TiposRecursosDataTable)(this.Tables["sy_TiposRecursos"]));
     if ((this.tablesy_TiposRecursos != null))
     {
         this.tablesy_TiposRecursos.InitVars();
     }
 }
Ejemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName             = "sy_TiposRecursosDataset";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/sy_TiposRecursos.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablesy_TiposRecursos   = new sy_TiposRecursosDataTable();
     base.Tables.Add(this.tablesy_TiposRecursos);
 }
Ejemplo n.º 4
0
 internal void InitVars(bool initTable)
 {
     this.tablesy_TiposRecursos = ((sy_TiposRecursosDataTable)(base.Tables["sy_TiposRecursos"]));
     if ((initTable == true))
     {
         if ((this.tablesy_TiposRecursos != null))
         {
             this.tablesy_TiposRecursos.InitVars();
         }
     }
 }
Ejemplo n.º 5
0
 private void InitClass()
 {
     this.DataSetName           = "sy_TiposRecursosDataset";
     this.Prefix                = "";
     this.Namespace             = "http://tempuri.org/sy_TiposRecursos.xsd";
     this.Locale                = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive         = false;
     this.EnforceConstraints    = true;
     this.tablesy_TiposRecursos = new sy_TiposRecursosDataTable();
     this.Tables.Add(this.tablesy_TiposRecursos);
 }
Ejemplo n.º 6
0
 internal sy_TiposRecursosRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablesy_TiposRecursos = ((sy_TiposRecursosDataTable)(this.Table));
 }
Ejemplo n.º 7
0
 internal sy_TiposRecursosRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablesy_TiposRecursos = ((sy_TiposRecursosDataTable)(this.Table));
 }