ExpressionExtensions.GetPropertyAccessList(LambdaExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回從指定簡單 LambdaExpression 擷取的 PropertyInfo 清單。
public static System.Collections.Generic.IReadOnlyList<System.Reflection.PropertyInfo> GetPropertyAccessList (this System.Linq.Expressions.LambdaExpression propertyAccessExpression);
static member GetPropertyAccessList : System.Linq.Expressions.LambdaExpression -> System.Collections.Generic.IReadOnlyList<System.Reflection.PropertyInfo>
<Extension()>
Public Function GetPropertyAccessList (propertyAccessExpression As LambdaExpression) As IReadOnlyList(Of PropertyInfo)
參數
- propertyAccessExpression
- LambdaExpression
運算式。
傳回
參考屬性的清單。
備註
僅支援簡單的運算式,例如用來參考屬性的運算式。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。