Index
Index(IReadOnlyList<Property>, EntityType, ConfigurationSource)
Index(IReadOnlyList<PropertyBase>, EntityType, ConfigurationSource)
Index(IReadOnlyList<Property>, String, EntityType, ConfigurationSource)
Index(IReadOnlyList<PropertyBase>, IReadOnlyList<IReadOnlyList<Int32?>>, EntityType, ConfigurationSource)
Index(IReadOnlyList<PropertyBase>, String, EntityType, ConfigurationSource)
Index(IReadOnlyList<PropertyBase>, IReadOnlyList<IReadOnlyList<Int32?>>, String, EntityType, ConfigurationSource)
Builder
CollectionIndices
DebugView
DeclaringEntityType
IsDescending
IsInModel
IsReadOnly
IsUnique
Name
Properties
CollectionIndicesEqual(IReadOnlyList<IReadOnlyList<Int32?>>, IReadOnlyList<IReadOnlyList<Int32?>>)
DisplayName()
GetConfigurationSource()
GetIsDescendingConfigurationSource()
GetIsUniqueConfigurationSource()
GetNullableValueFactory<TKey>()
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)
SetIsDescending(IReadOnlyList<Boolean>, ConfigurationSource)
SetIsUnique(Boolean?, ConfigurationSource)
SetRemovedFromModel()
ToString()
UpdateConfigurationSource(ConfigurationSource)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public class Index : ConventionAnnotatable, IAnnotatable, IReadOnlyAnnotatable, IConventionAnnotatable, IConventionIndex, IIndex, IMutableAnnotatable, IMutableIndex, IReadOnlyIndex
{
public Index(IReadOnlyList<PropertyBase!>! properties, IReadOnlyList<IReadOnlyList<int?>?>? collectionIndices, EntityType! declaringEntityType, ConfigurationSource configurationSource);
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.6.26359.118) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API