Supports full-text indexing of property values stored in SimpleDB.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class IndexAttribute : SimolAttribute
Visual Basic
Public Class IndexAttribute _
	Inherits SimolAttribute
Visual C++
public ref class IndexAttribute : public SimolAttribute

Remarks

Mark string properties with this attribute to index and search them using the installed full-text indexing engine.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Simol..::..SimolAttribute
      Simol..::..IndexAttribute

See Also