Click or drag to resize

CreateSchemaClause Constructor (String, ICollection, Void, String, IList)

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 columns,
	string inherits,
	IList 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,System.String,System.Collections.Generic.IList`1)"]

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,System.String,System.Collections.Generic.IList`1)"]

columns
Type: SystemVoid

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

inherits
Type: SystemString

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

typeDefinition
Type: System.Collections.GenericIListT

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

See Also