Class QueryIndexableAttribute
Indicates that dynamic query indexes be created on all supported fields and properties of this class.
Inheritance
System.Object
QueryIndexableAttribute
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class QueryIndexableAttribute : Attribute
Remarks
Usage:
[QueryIndexable]
public class Product {
...
Constructors
Name | Description |
---|---|
QueryIndexableAttribute() | Mark class to be indexable with NCache. |