1 reference to MissingPrimaryKeyException
System.Data.Common (1)
System\Data\DataException.cs (1)
363
private static Exception _MissingPrimaryKey(string error) => TraceExceptionAsReturnValue(new
MissingPrimaryKeyException
(error));