Skip to content

PropertyInfoExtensions class

Static class whic contains extension methods for PropertyInfo class

public static class Korzh.EasyQuery.Linq.PropertyInfoExtensions
TypeNameDescription
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.