public override DataTable Clone() { sy_PerfilesDataTable cln = ((sy_PerfilesDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tablesy_Perfiles = ((sy_PerfilesDataTable)(this.Tables["sy_Perfiles"])); if ((this.tablesy_Perfiles != null)) { this.tablesy_Perfiles.InitVars(); } }
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); }
internal sy_PerfilesRow(DataRowBuilder rb) : base(rb) { this.tablesy_Perfiles = ((sy_PerfilesDataTable)(this.Table)); }