 | 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
Syntaxpublic string OptionalColumnName { get; set; }
Return Value
Type:
String
name of column, or null if none defined
See Also