コード例 #1
0
            public sy_EmpresasRow Addsy_EmpresasRow(long IdEmpresa, string Descripcion, string Conexion, string BaseDeDatos, string Usuario, string Password, string Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                sy_EmpresasRow rowsy_EmpresasRow = ((sy_EmpresasRow)(this.NewRow()));

                rowsy_EmpresasRow.ItemArray = new object[] {
                    IdEmpresa,
                    Descripcion,
                    Conexion,
                    BaseDeDatos,
                    Usuario,
                    Password,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowsy_EmpresasRow);
                return(rowsy_EmpresasRow);
            }
コード例 #2
0
 public sy_EmpresasRowChangeEvent(sy_EmpresasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removesy_EmpresasRow(sy_EmpresasRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addsy_EmpresasRow(sy_EmpresasRow row)
 {
     this.Rows.Add(row);
 }