CoreStrings.SeedDatumIncompatibleValueSensitive 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法新增實體類型 '{entityType}' 的種子實體,因為為屬性 '{property}' 提供的值 '{value}' 與屬性類型 '{type}' 不相容。
public static string SeedDatumIncompatibleValueSensitive (object entityType, object value, object property, object type);
public static string SeedDatumIncompatibleValueSensitive (object? entityType, object? value, object? property, object? type);
static member SeedDatumIncompatibleValueSensitive : obj * obj * obj * obj -> string
Public Shared Function SeedDatumIncompatibleValueSensitive (entityType As Object, value As Object, property As Object, type As Object) As String
參數
- entityType
- Object
- value
- Object
- property
- Object
- type
- Object