コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                Security_InstanceDataTable cln = ((Security_InstanceDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsInstance";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsInstance.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSecurity_Instance  = new Security_InstanceDataTable();
     base.Tables.Add(this.tableSecurity_Instance);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableSecurity_Instance = ((Security_InstanceDataTable)(base.Tables["Security_Instance"]));
     if ((initTable == true))
     {
         if ((this.tableSecurity_Instance != null))
         {
             this.tableSecurity_Instance.InitVars();
         }
     }
 }
コード例 #4
0
 internal Security_InstanceRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableSecurity_Instance = ((Security_InstanceDataTable)(this.Table));
 }