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