EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>..::..GetPropertiesWith<(Of <(<'TAttribute>)>)> Method
Get instance properties that have types derived from Filter and also have
specific custom attribute set.
Namespace:
Suoranta.EnterpriseLib.LinqAssembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Syntax
protected PropertyInfo[] GetPropertiesWith<TAttribute>( bool inherited ) where TAttribute : Attribute
Type Parameters
- TAttribute
- Returned properties must have this attribute.
Parameters
- inherited
- Type: Boolean

