GUID is not int, in your database, Switch is GUID.
GUID is a hexadecimal number divided by
Here are three GUID examples:
839E4FB1-F5F5-4C46-AFD1-000002CC625F
06F6D8BA-C10D-4806-B190-000006BA0513
2D3343FD-3E8A-4B33-9198-00002031F5F8
int , -
, :
public partial class Asset
{
public Guid Switch { get; set; }
public string Port { get; set; }
public string Name { get; set; }
public string Connection { get; set; }
public string Interface { get; set; }
public string ConnectionUser { get; set; }
public string ConnectionDate { get; set; }
}
, edmx , , , .
:
.edmx (, , acls3Entities.edmx)
... ? , , .
- Update from database - ( ...)
// , ,