• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class QueryIndexableAttribute

Indicates that dynamic query indexes be created on all supported fields and properties of this class.

Inheritance
System.Object
System.Attribute
QueryIndexableAttribute
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class QueryIndexableAttribute : Attribute, _Attribute
Remarks



Usage:

[QueryIndexable]
public class Product {
    ...

Constructors

Name Description
QueryIndexableAttribute()

Mark class to be indexable with NCache.

See Also

NonQueryIndexedAttribute
QueryIndexedAttribute
Back to top Copyright © 2017 Alachisoft