Click or drag to resize

CreateIndexColumn Constructor (IList, Void, Expression)

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(
	IList columns,
	void type,
	Expression parameters
)

Parameters

columns
Type: System.Collections.GenericIListT

[Missing <param name="columns"/> documentation for "M:com.espertech.esper.common.client.soda.CreateIndexColumn.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.Expression)"]

type
Type: SystemVoid

[Missing <param name="type"/> documentation for "M:com.espertech.esper.common.client.soda.CreateIndexColumn.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.Expression)"]

parameters
Type: com.espertech.esper.common.client.sodaExpression

[Missing <param name="parameters"/> documentation for "M:com.espertech.esper.common.client.soda.CreateIndexColumn.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.Expression)"]

See Also