ExpressionExtensions.GetPropertyAccessList(LambdaExpression) Yöntem

Tanım

Verilen basit LambdaExpression'den ayıklanan listesini PropertyInfo döndürür.

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)

Parametreler

propertyAccessExpression
LambdaExpression

İfade.

Döndürülenler

Başvuruda bulunan özelliklerin listesi.

Açıklamalar

Bir özelliğe başvurmak için kullanılanlar gibi yalnızca basit ifadeler desteklenir.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

Şunlara uygulanır