IPrincipalKeyValueFactory<TKey>.FindNullPropertyInCurrentValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds the first null key value in the given entry and returns the associated IProperty.
public Microsoft.EntityFrameworkCore.Metadata.IProperty? FindNullPropertyInCurrentValues(Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
public Microsoft.EntityFrameworkCore.Metadata.IProperty FindNullPropertyInCurrentValues(Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
abstract member FindNullPropertyInCurrentValues : Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> Microsoft.EntityFrameworkCore.Metadata.IProperty
Public Function FindNullPropertyInCurrentValues (entry As IUpdateEntry) As IProperty
Parameters
- entry
- IUpdateEntry
The entry tracking an entity instance.
Returns
The associated property.