C# Class TSQL.Tokens.TSQLStringLiteral

Inheritance: TSQLLiteral
ファイルを表示 Open project: bruce-dunwiddie/tsql-parser Class Usage Examples

Public Methods

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

Method Details

TSQLStringLiteral() public method

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