예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                dtRecordedFileDetailDataTable cln = ((dtRecordedFileDetailDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName               = "dsRecordedFileDetail";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/dsRecordedFileDetail.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtRecordedFileDetail = new dtRecordedFileDetailDataTable();
     base.Tables.Add(this.tabledtRecordedFileDetail);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtRecordedFileDetail = ((dtRecordedFileDetailDataTable)(base.Tables["dtRecordedFileDetail"]));
     if ((initTable == true))
     {
         if ((this.tabledtRecordedFileDetail != null))
         {
             this.tabledtRecordedFileDetail.InitVars();
         }
     }
 }
예제 #4
0
 internal dtRecordedFileDetailRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtRecordedFileDetail = ((dtRecordedFileDetailDataTable)(this.Table));
 }