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

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