Sdílet prostřednictvím


DateTimePropertyConfiguration.HasColumnOrder(Nullable<Int32>) Metoda

Definice

Konfiguruje pořadí sloupce databáze použitého k uložení vlastnosti. Tato metoda se také používá k určení pořadí klíčů v případě, že typ entity má složený klíč.

public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration HasColumnOrder (Nullable<int> columnOrder);
override this.HasColumnOrder : Nullable<int> -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function HasColumnOrder (columnOrder As Nullable(Of Integer)) As DateTimePropertyConfiguration

Parametry

columnOrder
Nullable<Int32>

Pořadí, v jakém se má tento sloupec zobrazovat v tabulce databáze.

Návraty

Stejná Instance DateTimePropertyConfiguration, aby bylo možné zřetězených více volání.

Platí pro