IMutableEntityType
BaseType
IsKeyless
AddData(IEnumerable<Object>)
AddForeignKey(IMutableProperty, IMutableKey, IMutableEntityType)
AddForeignKey(IReadOnlyList<IMutableProperty>, IMutableKey, IMutableEntityType)
AddIndex(IMutableProperty)
AddIndex(IMutableProperty, String)
AddIndex(IReadOnlyList<IMutableProperty>)
AddIndex(IReadOnlyList<IMutableProperty>, String)
AddKey(IMutableProperty)
AddKey(IReadOnlyList<IMutableProperty>)
AddServiceProperty(MemberInfo, Type)
AddSkipNavigation(String, MemberInfo, IMutableEntityType, Boolean, Boolean)
AddSkipNavigation(String, Type, MemberInfo, IMutableEntityType, Boolean, Boolean)
AddTrigger(String)
FindClosestCommonParent(IReadOnlyEntityType)
FindDeclaredForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindDeclaredNavigation(String)
FindDeclaredSkipNavigation(String)
FindDeclaredTrigger(String)
FindForeignKey(IReadOnlyProperty, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKey(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKeys(IReadOnlyProperty)
FindForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindIndex(IReadOnlyProperty)
FindIndex(String)
FindIndex(IReadOnlyList<IReadOnlyProperty>)
FindKey(IReadOnlyProperty)
FindKey(IReadOnlyList<IReadOnlyProperty>)
FindNavigation(MemberInfo)
FindNavigation(String)
FindOwnership()
FindPrimaryKey()
FindServiceProperty(String)
FindSkipNavigation(MemberInfo)
FindSkipNavigation(String)
GetAllBaseTypes()
GetAllBaseTypesAscending()
GetAllBaseTypesInclusive()
GetAllBaseTypesInclusiveAscending()
GetDeclaredForeignKeys()
GetDeclaredIndexes()
GetDeclaredKeys()
GetDeclaredNavigations()
GetDeclaredReferencingForeignKeys()
GetDeclaredServiceProperties()
GetDeclaredSkipNavigations()
GetDeclaredTriggers()
GetDerivedForeignKeys()
GetDerivedIndexes()
GetDerivedNavigations()
GetDerivedServiceProperties()
GetDerivedSkipNavigations()
GetDerivedTypes()
GetDerivedTypesInclusive()
GetDirectlyDerivedTypes()
GetForeignKeys()
GetIndexes()
GetKeys()
GetNavigations()
GetReferencingForeignKeys()
GetRootType()
GetServiceProperties()
GetSkipNavigations()
GetTriggers()
LeastDerivedType(IReadOnlyEntityType)
RemoveForeignKey(IReadOnlyForeignKey)
RemoveForeignKey(IReadOnlyList<IReadOnlyProperty>, IMutableKey, IMutableEntityType)
RemoveIndex(IReadOnlyIndex)
RemoveIndex(IReadOnlyList<IReadOnlyProperty>)
RemoveKey(IReadOnlyKey)
RemoveKey(IReadOnlyList<IReadOnlyProperty>)
RemoveServiceProperty(IReadOnlyServiceProperty)
RemoveServiceProperty(String)
RemoveSkipNavigation(IReadOnlySkipNavigation)
RemoveTrigger(String)
SetDiscriminatorMappingComplete(Boolean?)
SetNavigationAccessMode(PropertyAccessMode?)
SetPrimaryKey(IMutableProperty)
SetPrimaryKey(IReadOnlyList<IMutableProperty>)
SetQueryFilter(LambdaExpression)
SetQueryFilter(String, LambdaExpression)
AddCheckConstraint(IMutableEntityType, String, String)
FindCheckConstraint(IMutableEntityType, String)
FindMappingFragment(IMutableEntityType, StoreObjectIdentifier)
FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)
GetCheckConstraints(IMutableEntityType)
GetDeclaredCheckConstraints(IMutableEntityType)
GetDeleteStoredProcedure(IMutableEntityType)
GetETagProperty(IMutableEntityType)
GetInsertStoredProcedure(IMutableEntityType)
GetMappingFragments(IMutableEntityType)
GetMappingFragments(IMutableEntityType, StoreObjectType)
GetOrCreateMappingFragment(IMutableEntityType, StoreObjectIdentifier)
GetPartitionKeyProperties(IMutableEntityType)
GetPartitionKeyProperty(IMutableEntityType)
GetUpdateStoredProcedure(IMutableEntityType)
RemoveCheckConstraint(IMutableEntityType, String)
RemoveDeleteStoredProcedure(IMutableEntityType)
RemoveInsertStoredProcedure(IMutableEntityType)
RemoveMappingFragment(IMutableEntityType, StoreObjectIdentifier)
RemoveUpdateStoredProcedure(IMutableEntityType)
SetAnalyticalStoreTimeToLive(IMutableEntityType, Nullable<Int32>)
SetComment(IMutableEntityType, String)
SetContainer(IMutableEntityType, String)
SetContainerColumnTypeMapping(IMutableEntityType, RelationalTypeMapping)
SetContainingPropertyName(IMutableEntityType, String)
SetDbSetName(IMutableEntityType, String)
SetDefaultTimeToLive(IMutableEntityType, Nullable<Int32>)
SetDeleteStoredProcedure(IMutableEntityType)
SetDiscriminatorInKey(IMutableEntityType, Nullable<IdDiscriminatorMode>)
SetETagPropertyName(IMutableEntityType, String)
SetFunctionName(IMutableEntityType, String)
SetHasShadowId(IMutableEntityType, Nullable<Boolean>)
SetHistoryTableName(IMutableEntityType, String)
SetHistoryTableSchema(IMutableEntityType, String)
SetInMemoryQuery(IMutableEntityType, LambdaExpression)
SetInsertStoredProcedure(IMutableEntityType)
SetIsMemoryOptimized(IMutableEntityType, Boolean)
SetIsTableExcludedFromMigrations(IMutableEntityType, Boolean?)
SetIsTableExcludedFromMigrations(IMutableEntityType, Boolean?, StoreObjectIdentifier)
SetIsTemporal(IMutableEntityType, Boolean)
SetJsonPropertyName(IMutableEntityType, String)
SetMappingStrategy(IMutableEntityType, String)
SetPartitionKeyPropertyName(IMutableEntityType, String)
SetPartitionKeyPropertyNames(IMutableEntityType, IReadOnlyList<String>)
SetPeriodEndPropertyName(IMutableEntityType, String)
SetPeriodStartPropertyName(IMutableEntityType, String)
SetSchema(IMutableEntityType, String)
SetSqlQuery(IMutableEntityType, String)
SetTableName(IMutableEntityType, String)
SetThroughput(IMutableEntityType, Nullable<Int32>, Nullable<Boolean>)
SetUpdateStoredProcedure(IMutableEntityType)
SetViewName(IMutableEntityType, String)
SetViewSchema(IMutableEntityType, String)
UseSqlOutputClause(IMutableEntityType, Boolean?)
UseSqlOutputClause(IMutableEntityType, Boolean?, StoreObjectIdentifier)
UseSqlReturningClause(IMutableEntityType, Boolean?)
UseSqlReturningClause(IMutableEntityType, Boolean?, StoreObjectIdentifier)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class CosmosEntityTypeExtensions : Object
{
public static ?! SetHasShadowId(this IMutableEntityType! entityType, Nullable<?!>! alwaysCreate);
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Cosmos , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Cosmos , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Cosmos (10.0.5) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API