CoreStrings.SeedDatumDefaultValue(Object, Object, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンティティ型 '{entityType}' のシード エンティティは、必須プロパティ '{property}' に既定値が指定されているため、追加できません。 '{defaultValue}' とは異なる値を指定してください。
public static string SeedDatumDefaultValue(object entityType, object property, object defaultValue);
public static string SeedDatumDefaultValue(object? entityType, object? property, object? defaultValue);
static member SeedDatumDefaultValue : obj * obj * obj -> string
Public Shared Function SeedDatumDefaultValue (entityType As Object, property As Object, defaultValue As Object) As String
パラメーター
- entityType
- Object
- property
- Object
- defaultValue
- Object