예제 #1
0
            public tsh_LocalidadesRow Addtsh_LocalidadesRow(string IdLocalidad, string Descripcion, string CodigoPostal, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, string IdGenerado, string RowIdGenerado)
            {
                tsh_LocalidadesRow rowtsh_LocalidadesRow = ((tsh_LocalidadesRow)(this.NewRow()));

                rowtsh_LocalidadesRow.ItemArray = new object[] {
                    IdLocalidad,
                    Descripcion,
                    CodigoPostal,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    IdGenerado,
                    RowIdGenerado
                };
                this.Rows.Add(rowtsh_LocalidadesRow);
                return(rowtsh_LocalidadesRow);
            }
예제 #2
0
 public tsh_LocalidadesRowChangeEvent(tsh_LocalidadesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetsh_LocalidadesRow(tsh_LocalidadesRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtsh_LocalidadesRow(tsh_LocalidadesRow row)
 {
     this.Rows.Add(row);
 }