Ejemplo n.º 1
0
            public sy_PerfilesRow Addsy_PerfilesRow(long IdPerfil, string Descripcion, bool Activo, string Comentario, long IdConexion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                sy_PerfilesRow rowsy_PerfilesRow = ((sy_PerfilesRow)(this.NewRow()));

                rowsy_PerfilesRow.ItemArray = new object[] {
                    IdPerfil,
                    Descripcion,
                    Activo,
                    Comentario,
                    IdConexion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowsy_PerfilesRow);
                return(rowsy_PerfilesRow);
            }
Ejemplo n.º 2
0
 public sy_PerfilesRowChangeEvent(sy_PerfilesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void Removesy_PerfilesRow(sy_PerfilesRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void Addsy_PerfilesRow(sy_PerfilesRow row)
 {
     this.Rows.Add(row);
 }