Click or drag to resize

AllowFilteringAttribute Class

Note: This API is now obsolete.

The ALLOW FILTERING option allows to explicitly allow queries that require filtering. Please note that a query using ALLOW FILTERING may thus have unpredictable performance (for the definition above), i.e. even a query that selects a handful of records may exhibit performance that depends on the total amount of data stored in the cluster.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Data.LinqAllowFilteringAttribute

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
[ObsoleteAttribute("Linq attributes are deprecated, use mapping attributes defined in Dse.Mapping.Attributes instead.")]
public class AllowFilteringAttribute : Attribute

The AllowFilteringAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAllowFilteringAttribute
Initializes a new instance of the AllowFilteringAttribute class
Top
See Also