SqlServerPropertyBuilderExtensions
CanSetDefaultValue(IConventionPropertyBuilder, Object, String, Boolean)
CanSetDefaultValueSql(IConventionPropertyBuilder, String, String, Boolean)
CanSetHiLoSequence(IConventionPropertyBuilder, String, String, Boolean)
CanSetIdentityColumnIncrement(IConventionPropertyBuilder, Int32?, Boolean)
CanSetIdentityColumnIncrement(IConventionPropertyBuilder, Int32?, StoreObjectIdentifier, Boolean)
CanSetIdentityColumnSeed(IConventionPropertyBuilder, Int64?, Boolean)
CanSetIdentityColumnSeed(IConventionPropertyBuilder, Int64?, StoreObjectIdentifier, Boolean)
CanSetIsSparse(IConventionPropertyBuilder, Boolean?, Boolean)
CanSetSequence(IConventionPropertyBuilder, String, String, Boolean)
CanSetValueGenerationStrategy(IConventionPropertyBuilder, SqlServerValueGenerationStrategy?, Boolean)
CanSetValueGenerationStrategy(IConventionPropertyBuilder, SqlServerValueGenerationStrategy?, StoreObjectIdentifier, Boolean)
HasDefaultValue(PropertyBuilder, Object, String)
HasDefaultValue(IConventionPropertyBuilder, Object, String, Boolean)
HasDefaultValue<TProperty>(PropertyBuilder<TProperty>, Object, String)
HasDefaultValueSql(PropertyBuilder, String, String)
HasDefaultValueSql(IConventionPropertyBuilder, String, String, Boolean)
HasDefaultValueSql<TProperty>(PropertyBuilder<TProperty>, String, String)
HasHiLoSequence(IConventionPropertyBuilder, String, String, Boolean)
HasIdentityColumnIncrement(IConventionPropertyBuilder, Int32?, Boolean)
HasIdentityColumnIncrement(IConventionPropertyBuilder, Int32?, StoreObjectIdentifier, Boolean)
HasIdentityColumnSeed(IConventionPropertyBuilder, Int64?, Boolean)
HasIdentityColumnSeed(IConventionPropertyBuilder, Int64?, StoreObjectIdentifier, Boolean)
HasSequence(IConventionPropertyBuilder, String, String, Boolean)
HasValueGenerationStrategy(IConventionPropertyBuilder, SqlServerValueGenerationStrategy?, Boolean)
HasValueGenerationStrategy(IConventionPropertyBuilder, SqlServerValueGenerationStrategy?, StoreObjectIdentifier, Boolean)
IsSparse(PropertyBuilder, Boolean)
IsSparse(IConventionPropertyBuilder, Boolean?, Boolean)
IsSparse<TProperty>(PropertyBuilder<TProperty>, Boolean)
UseHiLo(PropertyBuilder, String, String)
UseHiLo<TProperty>(PropertyBuilder<TProperty>, String, String)
UseIdentityColumn(ColumnBuilder, Int64, Int32)
UseIdentityColumn(PropertyBuilder, Int32, Int32)
UseIdentityColumn(PropertyBuilder, Int64, Int32)
UseIdentityColumn<TProperty>(ColumnBuilder<TProperty>, Int64, Int32)
UseIdentityColumn<TProperty>(PropertyBuilder<TProperty>, Int32, Int32)
UseIdentityColumn<TProperty>(PropertyBuilder<TProperty>, Int64, Int32)
UseSequence(PropertyBuilder, String, String)
UseSequence<TProperty>(PropertyBuilder<TProperty>, String, String)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerPropertyBuilderExtensions
{
public static PropertyBuilder<TProperty>! UseHiLo<TProperty>(this PropertyBuilder<TProperty>! propertyBuilder, string? name = null, string? schema = null);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .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