C# Class TSQL.Tokens.TSQLOperator

Inheritance: TSQLToken
Show file Open project: bruce-dunwiddie/tsql-parser

Public Methods

Method Description
TSQLOperator ( int beginPostion, string text ) : System

Method Details

TSQLOperator() public method

public TSQLOperator ( int beginPostion, string text ) : System
beginPostion int
text string
return System