CoreStrings.ErrorMaterializingPropertyInvalidCast 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取屬性 '{entityType} 的資料庫值時發生錯誤。{property}'。 預期的類型為 '{expectedType}',但實際值的類型為 '{actualType}'。
public static string ErrorMaterializingPropertyInvalidCast (object entityType, object property, object expectedType, object actualType);
public static string ErrorMaterializingPropertyInvalidCast (object? entityType, object? property, object? expectedType, object? actualType);
static member ErrorMaterializingPropertyInvalidCast : obj * obj * obj * obj -> string
Public Shared Function ErrorMaterializingPropertyInvalidCast (entityType As Object, property As Object, expectedType As Object, actualType As Object) As String
參數
- entityType
- Object
- property
- Object
- expectedType
- Object
- actualType
- Object