Freigeben über


PropertyModel.TypeUsage-Eigenschaft

[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.]

Ruft zusätzliche Informationen über den Datentyp dieses Eigenschaftenmodells ab. Dazu gehören Details wie die maximale Länge, Zulässigkeit von NULL-Werten usw.

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

Syntax

'Declaration
Public ReadOnly Property TypeUsage As TypeUsage 
    Get
'Usage
Dim instance As PropertyModel 
Dim value As TypeUsage 

value = instance.TypeUsage
public TypeUsage TypeUsage { get; }
public:
property TypeUsage^ TypeUsage {
    TypeUsage^ get ();
}
member TypeUsage : TypeUsage
function get TypeUsage () : TypeUsage

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.TypeUsage

Siehe auch

Verweis

PropertyModel Klasse

System.Data.Entity.Migrations.Model-Namespace