Class QueryIndexableAttribute
Indicates that dynamic query indexes can 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
Examples
[QueryIndexable]
public class Product {
...
Constructors
Name | Description |
---|---|
QueryIndexableAttribute() | Mark class to be indexable with NCache. |