CoreStrings.PropertyIsNavigation Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Properti '{1_entityType}. {0_property}' sedang diakses menggunakan metode '{propertyMethod}', tetapi didefinisikan dalam model sebagai navigasi. Gunakan metode '{referenceMethod}' atau '{collectionMethod}' untuk mengakses navigasi.
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
Parameter
- property
- Object
- entityType
- Object
- PropertyMethodpropertyMethod
- Object
- ReferenceMethodreferenceMethod
- Object
- CollectionMethodcollectionMethod
- Object