Click or drag to resize

SQLColumnValueContextColumnName Property

Returns column name.

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

Property Value

Type: String
The name of the column.

Return Value

Type: String
name
See Also