Click or drag to resize

TableAccessExpressionOptionalColumn Property

Returns 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 string OptionalColumn { get; set; }

Return Value

Type: String
table column name or null if accessing row
See Also