Click or drag to resize

SQLOutputRowTypeContext Constructor

Initializes a new instance of the SQLOutputRowTypeContext class

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public SQLOutputRowTypeContext(
	string db,
	string sql,
	IDictionary fields
)

Parameters

db
Type: SystemString

[Missing <param name="db"/> documentation for "M:com.espertech.esper.common.client.hook.type.SQLOutputRowTypeContext.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2)"]

sql
Type: SystemString

[Missing <param name="sql"/> documentation for "M:com.espertech.esper.common.client.hook.type.SQLOutputRowTypeContext.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2)"]

fields
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="fields"/> documentation for "M:com.espertech.esper.common.client.hook.type.SQLOutputRowTypeContext.#ctor(System.String,System.String,System.Collections.Generic.IDictionary`2)"]

See Also