Table of Contents

Class QueryFilterAttribute

Namespace
LinqToDB.Mapping
Assembly
linq2db.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class QueryFilterAttribute : MappingAttribute, _Attribute
Inheritance
QueryFilterAttribute
Implements
Inherited Members
Extension Methods

Properties

FilterFunc

Filter function of type Func<T1, T2, TResult>, where

public Delegate? FilterFunc { get; set; }

Property Value

Delegate

Methods

GetObjectID()

Returns mapping attribute id, based on all attribute options.

public override string GetObjectID()

Returns

string