Aracılığıyla paylaş


RelationalPropertyExtensions.SetColumnOrder Yöntem

Tanım

Aşırı Yüklemeler

SetColumnOrder(IMutableProperty, Nullable<Int32>)

Özelliğin eşlendiği sütunun sırasını ayarlar.

SetColumnOrder(IConventionProperty, Nullable<Int32>, Boolean)

Özelliğin eşlendiği sütunun sırasını ayarlar.

SetColumnOrder(IMutableProperty, Nullable<Int32>)

Özelliğin eşlendiği sütunun sırasını ayarlar.

public static void SetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? order);
static member SetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetColumnOrder (property As IMutableProperty, order As Nullable(Of Integer))

Parametreler

property
IMutableProperty

Özellik.

order
Nullable<Int32>

Sütun sırası.

Şunlara uygulanır

SetColumnOrder(IConventionProperty, Nullable<Int32>, Boolean)

Özelliğin eşlendiği sütunun sırasını ayarlar.

public static int? SetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? order, bool fromDataAnnotation = false);
static member SetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetColumnOrder (property As IConventionProperty, order As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

Parametreler

property
IConventionProperty

Özellik.

order
Nullable<Int32>

Sütun sırası.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösteren değer.

Döndürülenler

Yapılandırılan değer.

Şunlara uygulanır