Exemple #1
0
            public override global::System.Data.DataTable Clone()
            {
                AuthorInfoDataTable cln = ((AuthorInfoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "AuthorInfo";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/AuthorInfo.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAuthorInfo         = new AuthorInfoDataTable();
     base.Tables.Add(this.tableAuthorInfo);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tableAuthorInfo = ((AuthorInfoDataTable)(base.Tables["AuthorInfo"]));
     if ((initTable == true))
     {
         if ((this.tableAuthorInfo != null))
         {
             this.tableAuthorInfo.InitVars();
         }
     }
 }
Exemple #4
0
 internal AuthorInfoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAuthorInfo = ((AuthorInfoDataTable)(this.Table));
 }