Example #1
0
            public override DataTable Clone()
            {
                CreditsOperationsGroupsDataTable cln = ((CreditsOperationsGroupsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tableCreditsOperationsGroups = ((CreditsOperationsGroupsDataTable)(this.Tables["CreditsOperationsGroups"]));
     if ((this.tableCreditsOperationsGroups != null))
     {
         this.tableCreditsOperationsGroups.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName                  = "dsCreditsOperationsGroups";
     this.Prefix                       = "";
     this.Namespace                    = "http://www.tempuri.org/dsCreditsOperationsGroups.xsd";
     this.Locale                       = new System.Globalization.CultureInfo("ru-RU");
     this.CaseSensitive                = false;
     this.EnforceConstraints           = true;
     this.tableCreditsOperationsGroups = new CreditsOperationsGroupsDataTable();
     this.Tables.Add(this.tableCreditsOperationsGroups);
 }
 private void InitClass()
 {
     this.DataSetName                  = "dsCreditsOperationsGroups";
     this.Prefix                       = "";
     this.Namespace                    = "http://www.tempuri.org/dsCreditsOperationsGroups.xsd";
     this.Locale                       = new global::System.Globalization.CultureInfo("ru-RU");
     this.EnforceConstraints           = true;
     this.SchemaSerializationMode      = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCreditsOperationsGroups = new CreditsOperationsGroupsDataTable();
     base.Tables.Add(this.tableCreditsOperationsGroups);
 }
 internal void InitVars(bool initTable)
 {
     this.tableCreditsOperationsGroups = ((CreditsOperationsGroupsDataTable)(base.Tables["CreditsOperationsGroups"]));
     if ((initTable == true))
     {
         if ((this.tableCreditsOperationsGroups != null))
         {
             this.tableCreditsOperationsGroups.InitVars();
         }
     }
 }
Example #6
0
 internal CreditsOperationsGroupsRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableCreditsOperationsGroups = ((CreditsOperationsGroupsDataTable)(this.Table));
 }