CoreStrings.InvalidIncludeExpression(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
運算式 '{expression}' 在 'Include' 作業內無效,因為它不代表屬性存取: 't = > t.MyProperty'。 若要以衍生型別所宣告的導覽為目標,請使用轉換 ( t = > ( (衍生) t) 。MyProperty') 或 'as' 運算子 ('t = > (不是衍生) 。MyProperty') 。 您可以藉由撰寫 Where、OrderBy (Descending) 、ThenBy (Descending) 、Skip 或 Take 作業來篩選集合導覽存取。 如需包含相關資料的詳細資訊,請參閱 https://go.microsoft.com/fwlink/?LinkID=746393 。
public static string InvalidIncludeExpression (object expression);
public static string InvalidIncludeExpression (object? expression);
static member InvalidIncludeExpression : obj -> string
Public Shared Function InvalidIncludeExpression (expression As Object) As String
參數
- expression
- Object