CoreStrings.DerivedEntityCannotBeKeyless(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法設定實體類型 '{entityType}' 的基底類型,因為它已設定為無索引鍵。 如需無索引鍵實體類型的詳細資訊,請參閱 https://go.microsoft.com/fwlink/?linkid=2141943 。
public static string DerivedEntityCannotBeKeyless (object entityType);
public static string DerivedEntityCannotBeKeyless (object? entityType);
static member DerivedEntityCannotBeKeyless : obj -> string
Public Shared Function DerivedEntityCannotBeKeyless (entityType As Object) As String
參數
- entityType
- Object