Summer.Batch.Data.ParsedQuery.Position Struct Reference

A simple struct to hold parameter position. More...

Public Member Functions

 Position (int start, int end)
 Default constructor. More...
 

Public Attributes

readonly int Start
 start position More...
 
readonly int End
 End position More...
 

Detailed Description

A simple struct to hold parameter position.

Constructor & Destructor Documentation

Summer.Batch.Data.ParsedQuery.Position.Position ( int  start,
int  end 
)

Default constructor.

Parameters
startthe index of the start of the parameter in the original query
endthe index of the end of the parameter in the original query (inclusive)

Member Data Documentation

readonly int Summer.Batch.Data.ParsedQuery.Position.End

End position

readonly int Summer.Batch.Data.ParsedQuery.Position.Start

start position


The documentation for this struct was generated from the following file:
  • Summer.Batch.Data/ParsedQuery.cs