Exemplo n.º 1
0
 private void InitClass() {
     this.DataSetName = "DocumentUpload";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DocumentUpload.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDocument_Upload = new Document_UploadDataTable();
     base.Tables.Add(this.tableDocument_Upload);
 }
Exemplo n.º 2
0
 internal Document_UploadRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableDocument_Upload = ((Document_UploadDataTable)(this.Table));
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable) {
     this.tableDocument_Upload = ((Document_UploadDataTable)(base.Tables["Document_Upload"]));
     if ((initTable == true)) {
         if ((this.tableDocument_Upload != null)) {
             this.tableDocument_Upload.InitVars();
         }
     }
 }