Aracılığıyla paylaş


RelationalStrings.ErrorMaterializingPropertyNullReference Yöntem

Tanım

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

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

Şunlara uygulanır