示例#1
0
 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();
         }
     }
 }
示例#2
0
 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);
 }
示例#3
0
 internal tbl_StoryTypesRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tabletbl_StoryTypes = ((tbl_StoryTypesDataTable)(this.Table));
 }