Click or drag to resize

TableAccessExpressionSetOptionalColumn Method

Sets the optional table column name to access.

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

Parameters

optionalColumn
Type: SystemString
table column name or null if accessing row

Return Value

Type: TableAccessExpression

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

See Also