public override DataTable Clone() { ProtocolsDataTable cln = ((ProtocolsDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableProtocols = ((ProtocolsDataTable)(this.Tables["Protocols"])); if ((this.tableProtocols != null)) { this.tableProtocols.InitVars(); } }
private void InitClass() { this.DataSetName = "Prot"; this.Prefix = ""; this.Namespace = "http://tempuri.org/Prot.xsd"; this.Locale = new System.Globalization.CultureInfo("pl-PL"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableProtocols = new ProtocolsDataTable(); this.Tables.Add(this.tableProtocols); }
internal ProtocolsRow(DataRowBuilder rb) : base(rb) { this.tableProtocols = ((ProtocolsDataTable)(this.Table)); }