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

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