CoreStrings.EntityEqualitySubqueryWithCompositeKeyNotSupported(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此查詢會造成子查詢的多重評估,因為實體 '{entityType}' 具有複合索引鍵。 重寫查詢,以避免子查詢。
public static string EntityEqualitySubqueryWithCompositeKeyNotSupported (object entityType);
static member EntityEqualitySubqueryWithCompositeKeyNotSupported : obj -> string
Public Shared Function EntityEqualitySubqueryWithCompositeKeyNotSupported (entityType As Object) As String
參數
- entityType
- Object