C# Class FrameDAL.SqlExpressions.LiteralExpression

Inheritance: SqlExpression
Show file Open project: vincentlauvlwj/FrameDAL Class Usage Examples

Public Methods

Method Description
LiteralExpression ( string sqlText ) : System

Method Details

LiteralExpression() public method

public LiteralExpression ( string sqlText ) : System
sqlText string
return System