RuntimeEntityType.IReadOnlyTypeBase.IsPropertyBag Property
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.
Gets a value indicating whether this structural type has an indexer which is able to contain arbitrary properties and a method that can be used to determine whether a given indexer property contains a value.
bool Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.IsPropertyBag { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.IsPropertyBag : bool
ReadOnly Property IsPropertyBag As Boolean Implements IReadOnlyTypeBase.IsPropertyBag
Property Value
Implements
- Attributes