public override global::System.Data.DataTable Clone() { SEC_SECR00800DataTable cln = ((SEC_SECR00800DataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "SEC_SECR00800"; this.Prefix = ""; this.Namespace = "http://tempuri.org/SEC_SECR00800.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableSEC_SECR00800 = new SEC_SECR00800DataTable(); base.Tables.Add(this.tableSEC_SECR00800); }
internal void InitVars(bool initTable) { this.tableSEC_SECR00800 = ((SEC_SECR00800DataTable)(base.Tables["SEC_SECR00800"])); if ((initTable == true)) { if ((this.tableSEC_SECR00800 != null)) { this.tableSEC_SECR00800.InitVars(); } } }
internal SEC_SECR00800Row(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSEC_SECR00800 = ((SEC_SECR00800DataTable)(this.Table)); }