RelationalComplexTypePropertyBuilderExtensions.HasColumnOrder Метод

Определение

Перегрузки

HasColumnOrder(ComplexTypePropertyBuilder, Nullable<Int32>)

Настраивает порядок столбца, с который сопоставлено свойство.

HasColumnOrder<TProperty>(ComplexTypePropertyBuilder<TProperty>, Nullable<Int32>)

Настраивает порядок столбца, с который сопоставлено свойство.

HasColumnOrder(ComplexTypePropertyBuilder, Nullable<Int32>)

Настраивает порядок столбца, с который сопоставлено свойство.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder HasColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder propertyBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
<Extension()>
Public Function HasColumnOrder (propertyBuilder As ComplexTypePropertyBuilder, order As Nullable(Of Integer)) As ComplexTypePropertyBuilder

Параметры

propertyBuilder
ComplexTypePropertyBuilder

Построитель настраиваемого свойства.

order
Nullable<Int32>

Порядок столбцов.

Возвращаемое значение

Один и тот же экземпляр построителя, чтобы несколько вызовов можно было связать в цепочку.

Применяется к

HasColumnOrder<TProperty>(ComplexTypePropertyBuilder<TProperty>, Nullable<Int32>)

Настраивает порядок столбца, с который сопоставлено свойство.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> HasColumnOrder<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> propertyBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property> * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property>
<Extension()>
Public Function HasColumnOrder(Of TProperty) (propertyBuilder As ComplexTypePropertyBuilder(Of TProperty), order As Nullable(Of Integer)) As ComplexTypePropertyBuilder(Of TProperty)

Параметры типа

TProperty

Параметры

propertyBuilder
ComplexTypePropertyBuilder<TProperty>

Построитель настраиваемого свойства.

order
Nullable<Int32>

Порядок столбцов.

Возвращаемое значение

Один и тот же экземпляр построителя, чтобы несколько вызовов можно было связать в цепочку.

Применяется к