Click or drag to resize

CreateSchemaClause Constructor (String, IList, Void)

Initializes a new instance of the CreateSchemaClause class

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

Parameters

schemaName
Type: SystemString

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

columns
Type: System.Collections.GenericIListT

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

inherits
Type: SystemVoid

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

See Also