Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/
H A DEntityUtil.cs885 internal static ArgumentException ChangeOnUnmappedProperty(string entityPropertyName) { in ChangeOnUnmappedProperty() method in System.Data.EntityUtil
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DEntityEntry.cs1569 throw EntityUtil.ChangeOnUnmappedProperty(entityMemberName); in GetAndValidateChangeMemberInfo()