Ejemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                CustTypeDataTable cln = ((CustTypeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "DsCustType";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/DsCustType.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCustType           = new CustTypeDataTable();
     base.Tables.Add(this.tableCustType);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableCustType = ((CustTypeDataTable)(base.Tables["CustType"]));
     if ((initTable == true))
     {
         if ((this.tableCustType != null))
         {
             this.tableCustType.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal CustTypeRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCustType = ((CustTypeDataTable)(this.Table));
 }