Click or drag to resize

CreateIndexColumn Constructor (String)

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
)

Parameters

columnName
Type: SystemString
Name of the column.
See Also