CoreStrings.PropertyIsNavigation Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Свойство "{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