IMutableProperty
DeclaringEntityType
IsAutoLoaded
IsConcurrencyToken
IsNullable
Sentinel
ValueGenerated
FindContainingPrimaryKey()
FindFirstPrincipal()
GetContainingForeignKeys()
GetContainingIndexes()
GetContainingKeys()
GetElementType()
GetPrincipals()
SetAfterSaveBehavior(PropertySaveBehavior?)
SetBeforeSaveBehavior(PropertySaveBehavior?)
SetElementType(Type)
SetIsUnicode(Boolean?)
SetJsonValueReaderWriterType(Type)
SetMaxLength(Int32?)
SetPrecision(Int32?)
SetProviderClrType(Type)
SetProviderValueComparer(Type)
SetProviderValueComparer(ValueComparer)
SetScale(Int32?)
SetTypeMapping(CoreTypeMapping)
SetValueComparer(Type)
SetValueComparer(ValueComparer)
SetValueConverter(Type)
SetValueConverter(ValueConverter)
SetValueGeneratorFactory(Type)
SetValueGeneratorFactory(Func<IProperty, ITypeBase, ValueGenerator>)
FindOverrides(IMutableProperty, StoreObjectIdentifier)
FindSharedStoreObjectRootProperty(IMutableProperty, StoreObjectIdentifier)
GetOrCreateOverrides(IMutableProperty, StoreObjectIdentifier)
GetOverrides(IMutableProperty)
RemoveOverrides(IMutableProperty, StoreObjectIdentifier)
SetCollation(IMutableProperty, String)
SetColumnName(IMutableProperty, String)
SetColumnName(IMutableProperty, String, StoreObjectIdentifier)
SetColumnOrder(IMutableProperty, Int32?)
SetColumnType(IMutableProperty, String)
SetComment(IMutableProperty, String)
SetComputedColumnSql(IMutableProperty, String)
SetDefaultConstraintName(IMutableProperty, String)
SetDefaultValue(IMutableProperty, Object)
SetDefaultValueSql(IMutableProperty, String)
SetFullTextSearchLanguage(IMutableProperty, String)
SetHiLoSequenceName(IMutableProperty, String)
SetHiLoSequenceSchema(IMutableProperty, String)
SetIdentityIncrement(IMutableProperty, Int32?)
SetIdentityIncrement(IMutableProperty, Int32?, StoreObjectIdentifier)
SetIdentitySeed(IMutableProperty, Int64?)
SetIdentitySeed(IMutableProperty, Int64?, StoreObjectIdentifier)
SetIsFixedLength(IMutableProperty, Boolean?)
SetIsFullTextSearchEnabled(IMutableProperty, Boolean?)
SetIsHidden(IMutableProperty, Boolean?)
SetIsSparse(IMutableProperty, Boolean?)
SetIsStored(IMutableProperty, Boolean?)
SetJsonPropertyName(IMutableProperty, String)
SetJsonPropertyName(IMutableProperty, String)
SetSequenceName(IMutableProperty, String)
SetSequenceSchema(IMutableProperty, String)
SetSrid(IMutableProperty, Int32?)
SetValueGenerationStrategy(IMutableProperty, SqliteValueGenerationStrategy?)
SetValueGenerationStrategy(IMutableProperty, SqlServerValueGenerationStrategy?)
SetValueGenerationStrategy(IMutableProperty, SqliteValueGenerationStrategy?, StoreObjectIdentifier)
SetValueGenerationStrategy(IMutableProperty, SqlServerValueGenerationStrategy?, StoreObjectIdentifier)
SetVectorDimensions(IMutableProperty, Int32?)
SetVectorDistanceFunction(IMutableProperty, DistanceFunction?)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerPropertyExtensions
{
public static void SetIsHidden(this IMutableProperty! property, bool? hidden);
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (11.0.0-preview.7.26381.103) 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