Click or drag to resize

DslIndexKeyDefinition Constructor

Index Key definition

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

Parameters

name
Type: SystemString
name of Attribute
indexType (Optional)
Type: SystemInt32
sort type: Ascending = 1, Descending = -1
See Also