RelationalStrings.ErrorMaterializingPropertyNullReference(Object, Object, Object) Yöntem

Tanım

'{entityType} özelliği için veritabanı değeri okunırken bir hata oluştu. {property}'. Beklenen tür '{expectedType}' ancak gerçek değer null'tü.

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

Parametreler

entityType
Object
property
Object
expectedType
Object

Döndürülenler

String

Şunlara uygulanır