Click or drag to resize

DslIndexKeyDefinition Class

The index key definition contains attribute name and index type
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslIndexKeyDefinition

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
[SerializableAttribute]
public class DslIndexKeyDefinition

The DslIndexKeyDefinition type exposes the following members.

Constructors
  NameDescription
Public methodDslIndexKeyDefinition
Index Key definition
Top
Properties
  NameDescription
Public propertyIndexType
The type of index for that attribute. For ascending index, specify a value of 1. For descending index, specify a value of -1.
Public propertyName
Attribute name that include in the index
Top
See Also