public override DataTable Clone() { LocksDataTable cln = ((LocksDataTable)(base.Clone())); cln.InitVars(); return(cln); }
public override global::System.Data.DataTable Clone() { LocksDataTable cln = ((LocksDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableLocks = ((LocksDataTable)(this.Tables["Locks"])); if ((this.tableLocks != null)) { this.tableLocks.InitVars(); } }
private void InitClass() { this.DataSetName = "dsLocksList"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/dsLocksList.xsd"; this.Locale = new System.Globalization.CultureInfo("ru-RU"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableLocks = new LocksDataTable(); this.Tables.Add(this.tableLocks); }
private void InitClass() { this.DataSetName = "dsLocksList"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/dsLocksList.xsd"; this.Locale = new global::System.Globalization.CultureInfo("ru-RU"); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableLocks = new LocksDataTable(); base.Tables.Add(this.tableLocks); }
internal void InitVars(bool initTable) { this.tableLocks = ((LocksDataTable)(base.Tables["Locks"])); if ((initTable == true)) { if ((this.tableLocks != null)) { this.tableLocks.InitVars(); } } }
internal LocksRow(DataRowBuilder rb) : base(rb) { this.tableLocks = ((LocksDataTable)(this.Table)); }
internal LocksRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLocks = ((LocksDataTable)(this.Table)); }
private void InitClass() { this.DataSetName = "LocksDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/LocksDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableLocks = new LocksDataTable(); base.Tables.Add(this.tableLocks); }