Click or drag to resize

CreateSchemaClause Constructor (String, ICollection, 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,
	ICollection types,
	void typeDefinition
)

Parameters

schemaName
Type: SystemString

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

types
Type: System.Collections.GenericICollectionT

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

typeDefinition
Type: SystemVoid

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

See Also