propertyinfoextensions-class
Static class whic contains extension methods for PropertyInfo class
public static class Korzh.EasyQuery.Linq.PropertyInfoExtensions
Assembly: Korzh.EasyQuery.Linq.dll
Static Methods
| Name | Type | Description |
|---|---|---|
Mapped(this IEnumerable<PropertyInfo> source) | IEnumerable<PropertyInfo> | Filters the list of properties (defined by source parameter) to return only those which does not have "NotMapped" attribute. |