Interface IInputPosition
An input position refers to a specific character in a query.
public interface IInputPosition
- Extension Methods
Properties
- Column
Gets the column number referred to by the position; column numbers start at 1.
- Line
Gets the line number referred to by the position; line numbers start at 1.
- Offset
Gets the character offset referred to by this position; offset numbers start at 0.