RuntimePropertyBase
RuntimePropertyBase(String, PropertyInfo, FieldInfo, PropertyAccessMode)
ClrType
DeclaringType
IsCollection
Name
Sentinel
SetAccessors<TProperty>(Func<IInternalEntry, TProperty>, Func<IInternalEntry, TProperty>, Func<IInternalEntry, TProperty>, Func<IInternalEntry, TProperty>)
SetCurrentValueComparer(IComparer<IUpdateEntry>)
SetGetter<TEntity, TValue>(Func<TEntity, TValue>, Func<TEntity, Boolean>)
SetGetter<TEntity, TStructural, TValue>(Func<TEntity, IReadOnlyList<Int32>, TValue>, Func<TEntity, IReadOnlyList<Int32>, Boolean>, Func<TStructural, TValue>, Func<TStructural, Boolean>)
SetIndexedCollectionAccessor<TEntity, TCollection, TElement>(Func<TEntity, Int32, TElement>, Action<TEntity, Int32, TElement>, Action<TEntity, Int32, TElement>, Func<Int32, TCollection>)
SetMaterializationSetter<TEntity, TValue>(Func<TEntity, TValue, TEntity>)
SetMaterializationSetter<TEntity, TStructural, TValue>(Action<TEntity, IReadOnlyList<Int32>, TValue>, Func<TStructural, TValue, TStructural>)
SetPropertyIndexes(Int32, Int32, Int32, Int32, Int32)
SetSetter<TEntity, TValue>(Func<TEntity, TValue, TEntity>)
SetSetter<TEntity, TStructural, TValue>(Action<TEntity, IReadOnlyList<Int32>, TValue>, Func<TStructural, TValue, TStructural>)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public abstract class RuntimePropertyBase : RuntimeAnnotatableBase, IAnnotatable, IReadOnlyAnnotatable, IRuntimePropertyBase, IPropertyBase, IReadOnlyPropertyBase
{
public abstract bool IsCollection { get; }
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API