コード例 #1
0
 private void InitClass()
 {
     base.DataSetName = "AlertCustomerExpressionDS";
     base.Prefix = "";
     base.Namespace = "http://tempuri.org/AlertCustomerExpressionDS.xsd";
     base.EnforceConstraints = true;
     this.SchemaSerializationMode = SchemaSerializationMode.IncludeSchema;
     this.tableAlertCollection = new AlertCustomerExpressionDS.AlertCollectionDataTable();
     base.Tables.Add(this.tableAlertCollection);
 }
コード例 #2
0
 internal AlertCollectionRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableAlertCollection = (AlertCustomerExpressionDS.AlertCollectionDataTable)base.Table;
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableAlertCollection = (AlertCustomerExpressionDS.AlertCollectionDataTable)base.Tables["AlertCollection"];
     if (initTable)
     {
         if (this.tableAlertCollection != null)
         {
             this.tableAlertCollection.InitVars();
         }
     }
 }