Beispiel #1
0
            public override DataTable Clone()
            {
                SMS_Register_InfoDataTable cln = ((SMS_Register_InfoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 internal void InitVars()
 {
     this.tableSMS_Register_Info = ((SMS_Register_InfoDataTable)(this.Tables["SMS_Register_Info"]));
     if ((this.tableSMS_Register_Info != null))
     {
         this.tableSMS_Register_Info.InitVars();
     }
 }
Beispiel #3
0
 private void InitClass()
 {
     this.DataSetName            = "DataSet1";
     this.Prefix                 = "";
     this.Namespace              = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale                 = new System.Globalization.CultureInfo("zh-CN");
     this.CaseSensitive          = false;
     this.EnforceConstraints     = true;
     this.tableSMS_Register_Info = new SMS_Register_InfoDataTable();
     this.Tables.Add(this.tableSMS_Register_Info);
 }
Beispiel #4
0
 private void InitClass()
 {
     this.DataSetName             = "DataSet1";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("zh-CN");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSMS_Register_Info  = new SMS_Register_InfoDataTable();
     base.Tables.Add(this.tableSMS_Register_Info);
 }
Beispiel #5
0
 internal void InitVars(bool initTable)
 {
     this.tableSMS_Register_Info = ((SMS_Register_InfoDataTable)(base.Tables["SMS_Register_Info"]));
     if ((initTable == true))
     {
         if ((this.tableSMS_Register_Info != null))
         {
             this.tableSMS_Register_Info.InitVars();
         }
     }
 }
Beispiel #6
0
 internal SMS_Register_InfoRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableSMS_Register_Info = ((SMS_Register_InfoDataTable)(this.Table));
 }
Beispiel #7
0
 internal SMS_Register_InfoRow(DataRowBuilder rb) : 
         base(rb) {
     this.tableSMS_Register_Info = ((SMS_Register_InfoDataTable)(this.Table));
 }
Beispiel #8
0
 private void InitClass() {
     this.DataSetName = "DataSet1";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale = new System.Globalization.CultureInfo("zh-CN");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableSMS_Register_Info = new SMS_Register_InfoDataTable();
     this.Tables.Add(this.tableSMS_Register_Info);
 }
Beispiel #9
0
 internal void InitVars() {
     this.tableSMS_Register_Info = ((SMS_Register_InfoDataTable)(this.Tables["SMS_Register_Info"]));
     if ((this.tableSMS_Register_Info != null)) {
         this.tableSMS_Register_Info.InitVars();
     }
 }