Table of Contents

Class QueryFilterAttribute

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

Constructors

QueryFilterAttribute()

public QueryFilterAttribute()

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