Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                BoardDataTable cln = ((BoardDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "Clips";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Clips.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBoard              = new BoardDataTable();
     base.Tables.Add(this.tableBoard);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableBoard = ((BoardDataTable)(base.Tables["Board"]));
     if ((initTable == true))
     {
         if ((this.tableBoard != null))
         {
             this.tableBoard.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal BoardRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableBoard = ((BoardDataTable)(this.Table));
 }
Esempio n. 5
0
 private void InitClass() {
     this.DataSetName = "Clips";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/Clips.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBoard = new BoardDataTable();
     base.Tables.Add(this.tableBoard);
 }
Esempio n. 6
0
 internal void InitVars(bool initTable) {
     this.tableBoard = ((BoardDataTable)(base.Tables["Board"]));
     if ((initTable == true)) {
         if ((this.tableBoard != null)) {
             this.tableBoard.InitVars();
         }
     }
 }
Esempio n. 7
0
 internal BoardRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableBoard = ((BoardDataTable)(this.Table));
 }