Freigeben über


DbModelBuilder.Properties<T>-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 primitiven Eigenschaften des angegebenen Typs im Modell gilt.

Namespace:  System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")> _
Public Function Properties(Of T) As PropertyConventionConfiguration
'Usage
Dim instance As DbModelBuilder 
Dim returnValue As PropertyConventionConfiguration 

returnValue = instance.Properties()
[SuppressMessageAttribute("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public PropertyConventionConfiguration Properties<T>()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1004:GenericMethodsShouldProvideTypeParameter")]
public:
generic<typename T>
PropertyConventionConfiguration^ Properties()
[<SuppressMessageAttribute("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")>]
member Properties : unit -> PropertyConventionConfiguration
JScript does not support generic types and methods.

Typparameter

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

Rückgabewert

Typ: System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration
Ein Konfigurationsobjekt für die Konvention.

Hinweise

Die Konvention gilt sowohl für NULL-Werte als auch für Eigenschaften des angegebenen Typs, die nicht NULL sind.

Siehe auch

Verweis

DbModelBuilder Klasse

Properties-Überladung

System.Data.Entity-Namespace