public override DataTable Clone() { UserBlogDataTable cln = ((UserBlogDataTable)(base.Clone())); cln.InitVars(); return(cln); }
public void InitVars() { this.tableUserBlog = ((UserBlogDataTable)(this.Tables["UserBlog"])); if ((this.tableUserBlog != null)) { this.tableUserBlog.InitVars(); } }
private void InitClass() { this.DataSetName = "UserBlog"; this.Prefix = ""; this.Namespace = "http://tempuri.org/UserBlogData.xsd"; this.Locale = new System.Globalization.CultureInfo("en-US"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableUserBlog = new UserBlogDataTable(); this.Tables.Add(this.tableUserBlog); }
public UserBlogRow(DataRowBuilder rb) : base(rb) { this.tableUserBlog = ((UserBlogDataTable)(this.Table)); }