Пример #1
0
            public override DataTable Clone()
            {
                sy_PerfilesDataTable cln = ((sy_PerfilesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 internal void InitVars()
 {
     this.tablesy_Perfiles = ((sy_PerfilesDataTable)(this.Tables["sy_Perfiles"]));
     if ((this.tablesy_Perfiles != null))
     {
         this.tablesy_Perfiles.InitVars();
     }
 }
Пример #3
0
 private void InitClass()
 {
     this.DataSetName        = "sy_PerfilesDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/sy_Perfiles.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablesy_Perfiles   = new sy_PerfilesDataTable();
     this.Tables.Add(this.tablesy_Perfiles);
 }
Пример #4
0
 internal sy_PerfilesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablesy_Perfiles = ((sy_PerfilesDataTable)(this.Table));
 }