C# Class DataAccessFramework.Querying.StringConstant

A where part that represents a string constant. Will be converted to a parameter.
Inheritance: WherePart
Datei anzeigen Open project: PeteProgrammer/DataAccessFramework

Public Methods

Method Description
StringConstant ( string value )

Creates a new StringConstant instance

Private Methods

Method Description
BuildSql ( BuildSqlContext context ) : void

Builds the SQL representing the string constant as a parameter.

Method Details

StringConstant() public method

Creates a new StringConstant instance
public StringConstant ( string value )
value string