CoreStrings.KeyAttributeOnDerivedEntity 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
KeyAttributeOnDerivedEntity(Object, Object) |
衍生類型 '{derivedType}' 在屬性 '{property}' 上不能有 [Key] 屬性,因為主鍵只能宣告在根類型上。 |
KeyAttributeOnDerivedEntity(Object, Object, Object) |
衍生類型 '{derivedType}' 在屬性 '{property}' 上不能有 [Key] 屬性,因為主鍵只能宣告在根類型上。 使用 [NotMapped] 屬性或呼叫 'EntityTypeBuilder.Ignore' ,將屬性 '{property}' 移至 '{rootType}' 或從模型中移除 '{rootType}'。 |
KeyAttributeOnDerivedEntity(Object, Object)
衍生類型 '{derivedType}' 在屬性 '{property}' 上不能有 [Key] 屬性,因為主鍵只能宣告在根類型上。
public static string KeyAttributeOnDerivedEntity (object derivedType, object property);
static member KeyAttributeOnDerivedEntity : obj * obj -> string
Public Shared Function KeyAttributeOnDerivedEntity (derivedType As Object, property As Object) As String
參數
- derivedType
- Object
- property
- Object
傳回
適用於
KeyAttributeOnDerivedEntity(Object, Object, Object)
衍生類型 '{derivedType}' 在屬性 '{property}' 上不能有 [Key] 屬性,因為主鍵只能宣告在根類型上。 使用 [NotMapped] 屬性或呼叫 'EntityTypeBuilder.Ignore' ,將屬性 '{property}' 移至 '{rootType}' 或從模型中移除 '{rootType}'。
public static string KeyAttributeOnDerivedEntity (object? derivedType, object? property, object? rootType);
static member KeyAttributeOnDerivedEntity : obj * obj * obj -> string
Public Shared Function KeyAttributeOnDerivedEntity (derivedType As Object, property As Object, rootType As Object) As String
參數
- derivedType
- Object
- property
- Object
- rootType
- Object