 | 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
Syntaxpublic IList ColumnNames { get; set; }
Property Value
Type:
IListTcolumn names or empty list if none supplied
See Also