Click or drag to resize

InsertIntoClauseColumnNames Property

Returns a list of column names specified optionally in the insert-into clause, or empty if none specified.

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

Property Value

Type: IListT
column names or empty list if none supplied
See Also