共用方式為


ForeignKeyPropertyDiscoveryConvention.GetPropertyBaseName 方法

定義

多載

GetPropertyBaseName(IForeignKey)

取得字串,這個字串應該用來做為指定外鍵所建立陰影屬性的一部分。

GetPropertyBaseName(IReadOnlyForeignKey)

取得字串,這個字串應該用來做為指定外鍵所建立陰影屬性的一部分。

GetPropertyBaseName(IForeignKey)

取得字串,這個字串應該用來做為指定外鍵所建立陰影屬性的一部分。

public static string GetPropertyBaseName (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member GetPropertyBaseName : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> string
Public Shared Function GetPropertyBaseName (foreignKey As IForeignKey) As String

參數

foreignKey
IForeignKey

外部索引鍵。

傳回

字串,應該做為為指定外鍵所建立陰影屬性的一部分。

適用於

GetPropertyBaseName(IReadOnlyForeignKey)

取得字串,這個字串應該用來做為指定外鍵所建立陰影屬性的一部分。

public static string GetPropertyBaseName (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey);
static member GetPropertyBaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey -> string
Public Shared Function GetPropertyBaseName (foreignKey As IReadOnlyForeignKey) As String

參數

foreignKey
IReadOnlyForeignKey

外部索引鍵。

傳回

字串,應該做為為指定外鍵所建立陰影屬性的一部分。

適用於