2
Answers

How can i set Primary Key start with specific Number

auriga

auriga

9y
504
1
public Session()
{
}
// need to start key from 2001...
[Key]
public int SessionId { get; set; }
public DateTime? StartSession { get; set; }
public DateTime? EndSession { get; set; }
Answers (2)
Next Recommended Forum