private void InitClass() { this.DataSetName = "BEStories"; this.Prefix = ""; this.Namespace = "http://tempuri.org/BEStories.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tabletbl_Stories = new tbl_StoriesDataTable(); base.Tables.Add(this.tabletbl_Stories); this.tabletbl_StoryTypes = new tbl_StoryTypesDataTable(); base.Tables.Add(this.tabletbl_StoryTypes); }
internal tbl_StoriesRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabletbl_Stories = ((tbl_StoriesDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tabletbl_Stories = ((tbl_StoriesDataTable)(base.Tables["tbl_Stories"])); if ((initTable == true)) { if ((this.tabletbl_Stories != null)) { this.tabletbl_Stories.InitVars(); } } this.tabletbl_StoryTypes = ((tbl_StoryTypesDataTable)(base.Tables["tbl_StoryTypes"])); if ((initTable == true)) { if ((this.tabletbl_StoryTypes != null)) { this.tabletbl_StoryTypes.InitVars(); } } }