Click or drag to resize

CreateIndexColumn Constructor (String, CreateIndexColumnType)

Initializes a new instance of the CreateIndexColumn class.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateIndexColumn(
	string columnName,
	CreateIndexColumnType type
)

Parameters

columnName
Type: SystemString
Name of the column.
type
Type: com.espertech.esper.common.client.sodaCreateIndexColumnType
The index type.
See Also