Home
last modified time | relevance | path

Searched refs:CannotAttachEntityWithoutKey (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectContext.cs1082 throw EntityUtil.CannotAttachEntityWithoutKey(); in Attach()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/
H A DEntityUtil.cs1276 internal static InvalidOperationException CannotAttachEntityWithoutKey() { in CannotAttachEntityWithoutKey() method in System.Data.EntityUtil