Freigeben über


Convention.Properties Methode

Definition

Überlädt

Properties()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle Eigenschaften im Modell gilt.

Properties<T>()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle primitiven Eigenschaften des angegebenen Typs im Modell gilt.

Properties()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle Eigenschaften im Modell gilt.

public System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration Properties ();
member this.Properties : unit -> System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration
Public Function Properties () As PropertyConventionConfiguration

Gibt zurück

Ein Konfigurationsobjekt für die Konvention.

Gilt für:

Properties<T>()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle primitiven Eigenschaften des angegebenen Typs im Modell gilt.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration Properties<T> ();
member this.Properties : unit -> System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration
Public Function Properties(Of T) () As PropertyConventionConfiguration

Typparameter

T

Der Typ der Eigenschaften, für die die Konvention gilt.

Gibt zurück

Ein Konfigurationsobjekt für die Konvention.

Attribute

Hinweise

Die Konvention gilt sowohl für nullable als auch für Nicht-Nullable-Eigenschaften des angegebenen Typs.

Gilt für: