Home
last modified time | relevance | path

Searched defs:CannotRemovePrimaryKey (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataException.cs402 … public static Exception CannotRemovePrimaryKey() => _Argument(SR.DataColumns_RemovePrimaryKey); in CannotRemovePrimaryKey() method in System.Data.ExceptionBuilder
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataException.cs475 static public Exception CannotRemovePrimaryKey() { in CannotRemovePrimaryKey() method in System.Data.ExceptionBuilder