Click or drag to resize

CreateTableColumn Constructor (String, Expression, String, IList, Void)

Initializes a new instance of the CreateTableColumn class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateTableColumn(
	string columnName,
	Expression optionalExpression,
	string optionalTypeName,
	IList annotations,
	void primaryKey
)

Parameters

columnName
Type: SystemString

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

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

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

optionalTypeName
Type: SystemString

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

annotations
Type: System.Collections.GenericIListT

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

primaryKey
Type: SystemVoid

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

See Also