コード例 #1
0
            public override DataTable Clone()
            {
                EntriesDataTable cln = ((EntriesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 internal void InitVars()
 {
     this.tableEntries = ((EntriesDataTable)(this.Tables["Entries"]));
     if ((this.tableEntries != null))
     {
         this.tableEntries.InitVars();
     }
 }
コード例 #3
0
 private void InitClass()
 {
     this.DataSetName        = "EntriesDataSet";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/EntriesDataSet.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableEntries       = new EntriesDataTable();
     this.Tables.Add(this.tableEntries);
 }
コード例 #4
0
 internal EntriesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableEntries = ((EntriesDataTable)(this.Table));
 }
コード例 #5
0
 internal EntriesRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableEntries = ((EntriesDataTable)(this.Table));
 }
コード例 #6
0
 private void InitClass() {
     this.DataSetName = "WCFLogbookDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/WCFLogbookDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableEntries = new EntriesDataTable();
     base.Tables.Add(this.tableEntries);
 }
コード例 #7
0
 internal void InitVars(bool initTable) {
     this.tableEntries = ((EntriesDataTable)(base.Tables["Entries"]));
     if ((initTable == true)) {
         if ((this.tableEntries != null)) {
             this.tableEntries.InitVars();
         }
     }
 }