CoreStrings.ReferenceIsCollection(Object, Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性“{1_entityType}。{0_property}“是使用”{referenceMethod}“方法访问的,但在模型中定义为集合导航。 使用“{collectionMethod}”方法来访问集合导航。
public static string ReferenceIsCollection (object property, object entityType, object ReferenceMethod, object CollectionMethod);
public static string ReferenceIsCollection (object property, object entityType, object referenceMethod, object collectionMethod);
public static string ReferenceIsCollection (object? property, object? entityType, object? referenceMethod, object? collectionMethod);
static member ReferenceIsCollection : obj * obj * obj * obj -> string
static member ReferenceIsCollection : obj * obj * obj * obj -> string
Public Shared Function ReferenceIsCollection (property As Object, entityType As Object, ReferenceMethod As Object, CollectionMethod As Object) As String
Public Shared Function ReferenceIsCollection (property As Object, entityType As Object, referenceMethod As Object, collectionMethod As Object) As String
参数
- property
- Object
- entityType
- Object
- ReferenceMethodreferenceMethod
- Object
- CollectionMethodcollectionMethod
- Object