Click or drag to resize

SelectClauseStreamWildcardOptionalColumnName Property

Returns the optional column name (e.g. select streamName.* as colName from MyStream as streamName)

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string OptionalColumnName { get; set; }

Return Value

Type: String
name of column, or null if none defined
See Also