RelationalStrings.IncompatibleViewNoRelationship 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法針對實體類型 '{entityType}' 使用檢視 '{view}',因為它用於實體類型 '{otherEntityType}',而且其主鍵之間沒有關聯性。
public static string IncompatibleViewNoRelationship (object view, object entityType, object otherEntityType);
public static string IncompatibleViewNoRelationship (object? view, object? entityType, object? otherEntityType);
static member IncompatibleViewNoRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleViewNoRelationship (view As Object, entityType As Object, otherEntityType As Object) As String
參數
- view
- Object
- entityType
- Object
- otherEntityType
- Object