Click or drag to resize

DslIndexKeyDefinition Constructor

Index Key definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
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