Click or drag to resize

SQLColumnValueContextColumnNumber Property

Returns column number.

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

Property Value

Type: Int32
The column number.

Return Value

Type: Int32
column number
See Also