CoreStrings.NavigationIsProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性“{1_entityType}。使用“{referenceMethod}”或“{collectionMethod}”方法访问 {0_property}“,但在模型中定义为非导航。 使用“{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