DbModelBuilder.Properties-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Startet die Konfiguration einer einfachen Konvention, die für alle Eigenschaften im Modell gilt.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function Properties As PropertyConventionConfiguration
'Usage
Dim instance As DbModelBuilder
Dim returnValue As PropertyConventionConfiguration
returnValue = instance.Properties()
public PropertyConventionConfiguration Properties()
public:
PropertyConventionConfiguration^ Properties()
member Properties : unit -> PropertyConventionConfiguration
public function Properties() : PropertyConventionConfiguration
Rückgabewert
Typ: System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration
Ein Konfigurationsobjekt für die Konvention.