Freigeben über


PrimaryKeyOperation.HasDefaultName-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 einen Wert ab, der angibt, ob ein bestimmter Name für diesen Primärschlüssel angegeben wurde.

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

Syntax

'Declaration
Public ReadOnly Property HasDefaultName As Boolean 
    Get
'Usage
Dim instance As PrimaryKeyOperation 
Dim value As Boolean 

value = instance.HasDefaultName
public bool HasDefaultName { get; }
public:
property bool HasDefaultName {
    bool get ();
}
member HasDefaultName : bool
function get HasDefaultName () : boolean

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

PrimaryKeyOperation Klasse

System.Data.Entity.Migrations.Model-Namespace