Click or drag to resize

TableAccessExpression Constructor (String, IList, Void, Expression)

Initializes a new instance of the TableAccessExpression class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public TableAccessExpression(
	string tableName,
	IList keyExpressions,
	void optionalColumn,
	Expression optionalAggregate
)

Parameters

tableName
Type: SystemString

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

keyExpressions
Type: System.Collections.GenericIListT

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

optionalColumn
Type: SystemVoid

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

optionalAggregate
Type: com.espertech.esper.common.client.sodaExpression

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

See Also