PrimaryKeyOperation.BuildDefaultName-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.]
Gibt den Standardnamen für den Primärschlüssel zurück.
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Shared Function BuildDefaultName ( _
table As String _
) As String
'Usage
Dim table As String
Dim returnValue As String
returnValue = PrimaryKeyOperation.BuildDefaultName(table)
public static string BuildDefaultName(
string table
)
public:
static String^ BuildDefaultName(
String^ table
)
static member BuildDefaultName :
table:string -> string
public static function BuildDefaultName(
table : String
) : String
Parameter
- table
Typ: System.String
der Name der Zieltabelle.
Rückgabewert
Typ: System.String
Der Standardname des Primärschlüssels.