PropertyInfoExtensions class
Static class whic contains extension methods for PropertyInfo class
public static class Korzh.EasyQuery.Linq.PropertyInfoExtensionsPackage: Korzh.EasyQuery.Linq (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Linq.dll
Static Methods
Section titled “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. |