CoreStrings.CannotBeNullable(Object, Object, Object) Yöntem

Tanım

'{1_entityType} özelliği. Özelliğin türü null atanabilir bir tür olmayan '{propertyType}' olduğundan {0_property}' null atanabilir/isteğe bağlı olarak işaretlenemez. Herhangi bir özellik null atanamaz/gerekli olarak işaretlenebilir, ancak yalnızca null atanabilir türlerin özellikleri null atanabilir/isteğe bağlı olarak işaretlenebilir.

public static string CannotBeNullable (object property, object entityType, object propertyType);
public static string CannotBeNullable (object? property, object? entityType, object? propertyType);
static member CannotBeNullable : obj * obj * obj -> string
Public Shared Function CannotBeNullable (property As Object, entityType As Object, propertyType As Object) As String

Parametreler

property
Object
entityType
Object
propertyType
Object

Döndürülenler

Şunlara uygulanır