예제 #1
0
            public override DataTable Clone()
            {
                UserBlogDataTable cln = ((UserBlogDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 public void InitVars()
 {
     this.tableUserBlog = ((UserBlogDataTable)(this.Tables["UserBlog"]));
     if ((this.tableUserBlog != null))
     {
         this.tableUserBlog.InitVars();
     }
 }
예제 #3
0
 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);
 }
예제 #4
0
 public UserBlogRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableUserBlog = ((UserBlogDataTable)(this.Table));
 }
예제 #5
0
 public UserBlogRow(DataRowBuilder rb) : 
         base(rb) {
     this.tableUserBlog = ((UserBlogDataTable)(this.Table));
 }
예제 #6
0
 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);
 }
예제 #7
0
 public void InitVars() {
     this.tableUserBlog = ((UserBlogDataTable)(this.Tables["UserBlog"]));
     if ((this.tableUserBlog != null)) {
         this.tableUserBlog.InitVars();
     }
 }