RelationalComplexTypePropertyBuilderExtensions
HasColumnName(ComplexTypePropertyBuilder, String)
HasColumnName<TProperty>(ComplexTypePropertyBuilder<TProperty>, String)
HasColumnOrder(ComplexTypePropertyBuilder, Int32?)
HasColumnOrder<TProperty>(ComplexTypePropertyBuilder<TProperty>, Int32?)
HasColumnType(ComplexTypePropertyBuilder, String)
HasColumnType<TProperty>(ComplexTypePropertyBuilder<TProperty>, String)
HasComment(ComplexTypePropertyBuilder, String)
HasComment<TProperty>(ComplexTypePropertyBuilder<TProperty>, String)
HasComputedColumnSql(ComplexTypePropertyBuilder)
HasComputedColumnSql(ComplexTypePropertyBuilder, String)
HasComputedColumnSql(ComplexTypePropertyBuilder, String, Boolean?)
HasComputedColumnSql<TProperty>(ComplexTypePropertyBuilder<TProperty>)
HasComputedColumnSql<TProperty>(ComplexTypePropertyBuilder<TProperty>, String)
HasComputedColumnSql<TProperty>(ComplexTypePropertyBuilder<TProperty>, String, Boolean?)
HasDefaultValue(ComplexTypePropertyBuilder)
HasDefaultValue(ComplexTypePropertyBuilder, Object)
HasDefaultValue<TProperty>(ComplexTypePropertyBuilder<TProperty>)
HasDefaultValue<TProperty>(ComplexTypePropertyBuilder<TProperty>, Object)
HasDefaultValueSql(ComplexTypePropertyBuilder)
HasDefaultValueSql(ComplexTypePropertyBuilder, String)
HasDefaultValueSql<TProperty>(ComplexTypePropertyBuilder<TProperty>)
HasDefaultValueSql<TProperty>(ComplexTypePropertyBuilder<TProperty>, String)
HasJsonPropertyName(ComplexTypePropertyBuilder, String)
HasJsonPropertyName<TProperty>(ComplexTypePropertyBuilder<TProperty>, String)
IsFixedLength(ComplexTypePropertyBuilder, Boolean)
IsFixedLength<TProperty>(ComplexTypePropertyBuilder<TProperty>, Boolean)
UseCollation(ComplexTypePropertyBuilder, String)
UseCollation<TProperty>(ComplexTypePropertyBuilder<TProperty>, String)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public static class RelationalComplexTypePropertyBuilderExtensions
{
public static ComplexTypePropertyBuilder<TProperty>! HasColumnOrder<TProperty>(this ComplexTypePropertyBuilder<TProperty>! propertyBuilder, int? order);
}
}
.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