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