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