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