共用方式為


CoreStrings.CollectionIsReference(Object, Object, Object, Object) 方法

定義

屬性 '{1_entityType}。{0_property}' 是使用 '{collectionMethod}' 來存取,但在模型中定義為非集合參考導覽。 使用 '{referenceMethod}' 來存取參考導覽。

public static string CollectionIsReference (object property, object entityType, object CollectionMethod, object ReferenceMethod);
public static string CollectionIsReference (object property, object entityType, object collectionMethod, object referenceMethod);
public static string CollectionIsReference (object? property, object? entityType, object? collectionMethod, object? referenceMethod);
static member CollectionIsReference : obj * obj * obj * obj -> string
static member CollectionIsReference : obj * obj * obj * obj -> string
Public Shared Function CollectionIsReference (property As Object, entityType As Object, CollectionMethod As Object, ReferenceMethod As Object) As String
Public Shared Function CollectionIsReference (property As Object, entityType As Object, collectionMethod As Object, referenceMethod As Object) As String

參數

property
Object
entityType
Object
CollectionMethodcollectionMethod
Object
ReferenceMethodreferenceMethod
Object

傳回

適用於