LinqTunnelAttribute Class
Indicates that method is pure LINQ method, with postponed enumeration (like Enumerable.Select,
.Where). This annotation allows inference of [InstantHandle] annotation for parameters
of delegate type by analyzing LINQ method chains.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class LinqTunnelAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class LinqTunnelAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class LinqTunnelAttribute sealed : public Attribute