Click or drag to resize

TableAccessExpressionSetTableName Method

Sets the table name.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public TableAccessExpression SetTableName(
	string tableName
)

Parameters

tableName
Type: SystemString
table name

Return Value

Type: TableAccessExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.TableAccessExpression.SetTableName(System.String)"]

See Also