コード例 #1
0
 private void InitClass() {
     this.DataSetName = "SizeInformationTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/SizeInformationTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSizeInformation = new SizeInformationDataTable();
     base.Tables.Add(this.tableSizeInformation);
 }
コード例 #2
0
 internal SizeInformationRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableSizeInformation = ((SizeInformationDataTable)(this.Table));
 }
コード例 #3
0
 internal void InitVars(bool initTable) {
     this.tableSizeInformation = ((SizeInformationDataTable)(base.Tables["SizeInformation"]));
     if ((initTable == true)) {
         if ((this.tableSizeInformation != null)) {
             this.tableSizeInformation.InitVars();
         }
     }
 }