Udostępnij przez


DateTimePropertyConfiguration.HasColumnOrder(Nullable<Int32>) Metoda

Definicja

Konfiguruje kolejność kolumny bazy danych używanej do przechowywania właściwości. Ta metoda służy również do określania kolejności kluczy, gdy typ jednostki ma klucz złożony.

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>

Kolejność wyświetlania tej kolumny w tabeli bazy danych.

Zwraca

To samo wystąpienie DateTimePropertyConfiguration, aby można było połączyć łańcuch wielu wywołań.

Dotyczy