CoreStrings.MultipleNavigationsSameFk 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MultipleNavigationsSameFk(Object, Object) |
實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性集:'{propertyList}' |
MultipleNavigationsSameFk(Object, Object, Object) |
實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性 '{properties}' 集合: {navigations}。 |
MultipleNavigationsSameFk(Object, Object)
實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性集:'{propertyList}'
public static string MultipleNavigationsSameFk (object entityType, object propertyList);
static member MultipleNavigationsSameFk : obj * obj -> string
Public Shared Function MultipleNavigationsSameFk (entityType As Object, propertyList As Object) As String
參數
- entityType
- Object
- propertyList
- Object
傳回
適用於
MultipleNavigationsSameFk(Object, Object, Object)
實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性 '{properties}' 集合: {navigations}。
public static string MultipleNavigationsSameFk (object? entityType, object? properties, object? navigations);
static member MultipleNavigationsSameFk : obj * obj * obj -> string
Public Shared Function MultipleNavigationsSameFk (entityType As Object, properties As Object, navigations As Object) As String
參數
- entityType
- Object
- properties
- Object
- navigations
- Object