예제 #1
0
            public sy_IdiomasRow Addsy_IdiomasRow(long IdIdioma, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                sy_IdiomasRow rowsy_IdiomasRow = ((sy_IdiomasRow)(this.NewRow()));

                rowsy_IdiomasRow.ItemArray = new object[] {
                    IdIdioma,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowsy_IdiomasRow);
                return(rowsy_IdiomasRow);
            }
예제 #2
0
 public sy_IdiomasRowChangeEvent(sy_IdiomasRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removesy_IdiomasRow(sy_IdiomasRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addsy_IdiomasRow(sy_IdiomasRow row)
 {
     this.Rows.Add(row);
 }
예제 #5
0
 public sy_IdiomasRowChangeEvent(sy_IdiomasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }