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

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