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