C# Class TSQL.Tokens.TSQLBinaryLiteral

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

Public Methods

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

Method Details

TSQLBinaryLiteral() public method

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