CoreStrings.NavigationIsProperty Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Свойство "{1_entityType}. Доступ к {0_property}" осуществляется с помощью метода "{referenceMethod}" или "{collectionMethod}", но определяется в модели как не-навигация. Используйте метод "{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