CoreStrings.NavigationIsProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{1_entityType}。使用 '{referenceMethod}' 或 '{collectionMethod}' 方法來存取 {0_property}',但在模型中定義為非導覽。 使用 '{propertyMethod}' 方法來存取非導覽屬性。
public static string NavigationIsProperty (object property, object entityType, object ReferenceMethod, object CollectionMethod, object PropertyMethod);
public static string NavigationIsProperty (object property, object entityType, object referenceMethod, object collectionMethod, object propertyMethod);
public static string NavigationIsProperty (object? property, object? entityType, object? referenceMethod, object? collectionMethod, object? propertyMethod);
static member NavigationIsProperty : obj * obj * obj * obj * obj -> string
static member NavigationIsProperty : obj * obj * obj * obj * obj -> string
Public Shared Function NavigationIsProperty (property As Object, entityType As Object, ReferenceMethod As Object, CollectionMethod As Object, PropertyMethod As Object) As String
Public Shared Function NavigationIsProperty (property As Object, entityType As Object, referenceMethod As Object, collectionMethod As Object, propertyMethod As Object) As String
參數
- property
- Object
- entityType
- Object
- ReferenceMethodreferenceMethod
- Object
- CollectionMethodcollectionMethod
- Object
- PropertyMethodpropertyMethod
- Object