DslIndexKeyDefinition Constructor

Index Key definition

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public DslIndexKeyDefinition(
	string name,
	int indexType = 1
)

Parameters

name  String
name of Attribute
indexType  Int32  (Optional)
sort type: Ascending = 1, Descending = -1

See Also