[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Parser.Location.-ctor

Location Constructor

Location(long, long, long)

Initializes a new instance of the Location structure.

Declaration
public Location(long index, long line, long column)
Parameters
Type Name Description
long index

The initial value for Index.

long line

The initial value for Line.

long column

The initial value for Column.