RelationalPropertyBuilderExtensions
CanSetCollation(IConventionPropertyBuilder, String, Boolean)
CanSetColumnName(IConventionPropertyBuilder, String, Boolean)
CanSetColumnName(IConventionPropertyBuilder, String, StoreObjectIdentifier, Boolean)
CanSetColumnOrder(IConventionPropertyBuilder, Int32?, Boolean)
CanSetColumnType(IConventionPropertyBuilder, String, Boolean)
CanSetComment(IConventionPropertyBuilder, String, Boolean)
CanSetComputedColumnSql(IConventionPropertyBuilder, String, Boolean)
CanSetDefaultValue(IConventionPropertyBuilder, Object, Boolean)
CanSetDefaultValueSql(IConventionPropertyBuilder, String, Boolean)
CanSetIsFixedLength(IConventionPropertyBuilder, Boolean?, Boolean)
CanSetIsStoredComputedColumn(IConventionPropertyBuilder, Boolean?, Boolean)
CanSetJsonPropertyName(IConventionPropertyBuilder, String, Boolean)
HasColumnName(PropertyBuilder, String)
HasColumnName(IConventionPropertyBuilder, String, Boolean)
HasColumnName(IConventionPropertyBuilder, String, StoreObjectIdentifier, Boolean)
HasColumnName<TProperty>(PropertyBuilder<TProperty>, String)
HasColumnOrder(PropertyBuilder, Int32?)
HasColumnOrder(IConventionPropertyBuilder, Int32?, Boolean)
HasColumnOrder<TProperty>(PropertyBuilder<TProperty>, Int32?)
HasColumnType(PropertyBuilder, String)
HasColumnType(IConventionPropertyBuilder, String, Boolean)
HasColumnType<TProperty>(PropertyBuilder<TProperty>, String)
HasComment(PropertyBuilder, String)
HasComment(IConventionPropertyBuilder, String, Boolean)
HasComment<TProperty>(PropertyBuilder<TProperty>, String)
HasComputedColumnSql(PropertyBuilder)
HasComputedColumnSql(PropertyBuilder, String)
HasComputedColumnSql(IConventionPropertyBuilder, String, Boolean)
HasComputedColumnSql(PropertyBuilder, String, Boolean?)
HasComputedColumnSql<TProperty>(PropertyBuilder<TProperty>)
HasComputedColumnSql<TProperty>(PropertyBuilder<TProperty>, String)
HasComputedColumnSql<TProperty>(PropertyBuilder<TProperty>, String, Boolean?)
HasDefaultValue(PropertyBuilder)
HasDefaultValue(PropertyBuilder, Object)
HasDefaultValue(IConventionPropertyBuilder, Object, Boolean)
HasDefaultValue<TProperty>(PropertyBuilder<TProperty>)
HasDefaultValue<TProperty>(PropertyBuilder<TProperty>, Object)
HasDefaultValueSql(PropertyBuilder)
HasDefaultValueSql(PropertyBuilder, String)
HasDefaultValueSql(IConventionPropertyBuilder, String, Boolean)
HasDefaultValueSql<TProperty>(PropertyBuilder<TProperty>)
HasDefaultValueSql<TProperty>(PropertyBuilder<TProperty>, String)
HasJsonPropertyName(PropertyBuilder, String)
HasJsonPropertyName(IConventionPropertyBuilder, String, Boolean)
HasJsonPropertyName<TProperty>(PropertyBuilder<TProperty>, String)
IsFixedLength(PropertyBuilder, Boolean)
IsFixedLength(IConventionPropertyBuilder, Boolean?, Boolean)
IsFixedLength<TProperty>(PropertyBuilder<TProperty>, Boolean)
IsStoredComputedColumn(IConventionPropertyBuilder, Boolean?, Boolean)
UseCollation(PropertyBuilder, String)
UseCollation(IConventionPropertyBuilder, String, Boolean)
UseCollation<TProperty>(PropertyBuilder<TProperty>, String)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public static class RelationalPropertyBuilderExtensions
{
public static PropertyBuilder! UseCollation(this PropertyBuilder! propertyBuilder, string? collation);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 8.09.010.0 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.EntityFrameworkCore.Relational , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Relational (9.0.3) net8.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API