IMutableProperty
DeclaringEntityType
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>)
SetFullTextSearchLanguage(IMutableProperty, String)
SetHiLoSequenceName(IMutableProperty, String)
SetHiLoSequenceSchema(IMutableProperty, String)
SetIdentityIncrement(IMutableProperty, Int32?)
SetIdentityIncrement(IMutableProperty, Int32?, StoreObjectIdentifier)
SetIdentitySeed(IMutableProperty, Int64?)
SetIdentitySeed(IMutableProperty, Int64?, StoreObjectIdentifier)
SetIsFullTextSearchEnabled(IMutableProperty, Nullable<Boolean>)
SetIsSparse(IMutableProperty, Boolean?)
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, Nullable<Int32>)
SetVectorDistanceFunction(IMutableProperty, Nullable<DistanceFunction>)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerPropertyExtensions
{
public static void SetIdentitySeed(this IMutableProperty! property, long? seed, in StoreObjectIdentifier storeObject);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API