Exemplo n.º 1
0
            public override DataTable Clone()
            {
                bookDataTable cln = ((bookDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
            public override global::System.Data.DataTable Clone()
            {
                bookDataTable cln = ((bookDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 3
0
 internal void InitVars()
 {
     this.tablebook = ((bookDataTable)(this.Tables["book"]));
     if ((this.tablebook != null))
     {
         this.tablebook.InitVars();
     }
 }
Exemplo n.º 4
0
 private void InitClass()
 {
     this.DataSetName             = "catalog";
     this.Prefix                  = "";
     this.Namespace               = "http://library.by/catalog";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablebook               = new bookDataTable();
     base.Tables.Add(this.tablebook);
 }
Exemplo n.º 5
0
 private void InitClass()
 {
     this.DataSetName             = "bookstore";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/bookstore.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablebook               = new bookDataTable();
     base.Tables.Add(this.tablebook);
 }
Exemplo n.º 6
0
 private void InitClass()
 {
     this.DataSetName        = "dsBook";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/dsBook.xsd";
     this.Locale             = new System.Globalization.CultureInfo("zh-CN");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablebook          = new bookDataTable();
     this.Tables.Add(this.tablebook);
 }
Exemplo n.º 7
0
 internal void InitVars(bool initTable)
 {
     this.tablebook = ((bookDataTable)(base.Tables["book"]));
     if ((initTable == true))
     {
         if ((this.tablebook != null))
         {
             this.tablebook.InitVars();
         }
     }
 }
Exemplo n.º 8
0
 internal bookRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablebook = ((bookDataTable)(this.Table));
 }
Exemplo n.º 9
0
 internal bookRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablebook = ((bookDataTable)(this.Table));
 }