CoreStrings.PropertyNotAdded(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{entityType}。無法對應 {property}',因為它的類型為 '{propertyType}',這不是支援的基本類型或有效的實體類型。 明確對應此屬性,或使用 '[NotMapped]' 屬性或 'OnModelCreating' 中的 'EntityTypeBuilder.Ignore' 加以忽略。
public static string PropertyNotAdded (object entityType, object property, object propertyType);
public static string PropertyNotAdded (object? entityType, object? property, object? propertyType);
static member PropertyNotAdded : obj * obj * obj -> string
Public Shared Function PropertyNotAdded (entityType As Object, property As Object, propertyType As Object) As String
參數
- entityType
- Object
- property
- Object
- propertyType
- Object