Click or drag to resize

CreateTableClause Constructor (String, IList)

Initializes a new instance of the CreateTableClause class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateTableClause(
	string tableName,
	IList columns
)

Parameters

tableName
Type: SystemString

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

columns
Type: System.Collections.GenericIListT

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

See Also