RelationalPropertyBuilderExtensions.HasColumnOrder Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
HasColumnOrder(PropertyBuilder, Nullable<Int32>) |
Özelliğin eşlendiği sütunun sırasını yapılandırılır. |
HasColumnOrder(IConventionPropertyBuilder, Nullable<Int32>, Boolean) |
Özelliğin eşlendiği sütunun sırasını yapılandırılır. |
HasColumnOrder<TProperty>(PropertyBuilder<TProperty>, Nullable<Int32>) |
Özelliğin eşlendiği sütunun sırasını yapılandırılır. |
HasColumnOrder(PropertyBuilder, Nullable<Int32>)
Özelliğin eşlendiği sütunun sırasını yapılandırılır.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder HasColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function HasColumnOrder (propertyBuilder As PropertyBuilder, order As Nullable(Of Integer)) As PropertyBuilder
Parametreler
- propertyBuilder
- PropertyBuilder
Yapılandırılan özelliğin oluşturucusu.
Döndürülenler
Birden çok çağrının zincirlenebilmesi için aynı oluşturucu örneği.
Şunlara uygulanır
HasColumnOrder(IConventionPropertyBuilder, Nullable<Int32>, Boolean)
Özelliğin eşlendiği sütunun sırasını yapılandırılır.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder? HasColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, int? order, bool fromDataAnnotation = false);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * Nullable<int> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
<Extension()>
Public Function HasColumnOrder (propertyBuilder As IConventionPropertyBuilder, order As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As IConventionPropertyBuilder
Parametreler
- propertyBuilder
- IConventionPropertyBuilder
Yapılandırılan özelliğin oluşturucusu.
- 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ırma uygulandıysa aynı oluşturucu örneği, null
aksi takdirde.
Şunlara uygulanır
HasColumnOrder<TProperty>(PropertyBuilder<TProperty>, Nullable<Int32>)
Özelliğin eşlendiği sütunun sırasını yapılandırılır.
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> HasColumnOrder<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, int? order);
static member HasColumnOrder : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * Nullable<int> -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function HasColumnOrder(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), order As Nullable(Of Integer)) As PropertyBuilder(Of TProperty)
Tür Parametreleri
- TProperty
Parametreler
- propertyBuilder
- PropertyBuilder<TProperty>
Yapılandırılan özelliğin oluşturucusu.
Döndürülenler
Birden çok çağrının zincirlenebilmesi için aynı oluşturucu örneği.
Şunlara uygulanır
Entity Framework