Open
Description
Background and motivation
As many Databases support a native Interval Type, we should add Interval as a DbType.
See also:
#30677
maybe this should be resolved as well
and also:
#41026
API Proposal
namespace System.Collections.Generic;
public class DbType
{
....,
Interval,
}
API Usage
// Fancy the value
var c = DbType.Interval
Alternative Designs
No response
Risks
See none, the enum was also changed from Net Framework 1.1 to Net 2