C# Class TSQL.Tokens.TSQLNumericLiteral

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

Public Methods

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

Method Details

TSQLNumericLiteral() public method

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