CoreStrings.PropertyIsNavigation Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
'{1_entityType} özelliği. {0_property}' öğesine '{propertyMethod}' yöntemi kullanılarak erişiliyor, ancak modelde gezinti olarak tanımlanıyor. Gezintilere erişmek için '{referenceMethod}' veya '{collectionMethod}' yöntemini kullanın.
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
Parametreler
- property
- Object
- entityType
- Object
- PropertyMethodpropertyMethod
- Object
- ReferenceMethodreferenceMethod
- Object
- CollectionMethodcollectionMethod
- Object