CoreStrings.CompositePKWithDataAnnotation(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{entityType}' 具有多個具有 [Key] 屬性的屬性。 在實體類型類別上放置 [PrimaryKey] 屬性,或在 'OnModelCreating' 中使用 'HasKey' 所設定的複合主鍵。
public static string CompositePKWithDataAnnotation (object entityType);
public static string CompositePKWithDataAnnotation (object? entityType);
static member CompositePKWithDataAnnotation : obj -> string
Public Shared Function CompositePKWithDataAnnotation (entityType As Object) As String
參數
- entityType
- Object