PropertyInfoExtensions class
PropertyInfoExtensions class
Section titled “PropertyInfoExtensions class”Static class whic contains extension methods for PropertyInfo class
public static class Korzh.EasyQuery.Linq.PropertyInfoExtensions
Static Methods
Section titled “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. |