C# Class DataAccessFramework.Querying.FullTextClause

A where part representing a full text search.
Inheritance: WherePart
Show file Open project: PeteProgrammer/DataAccessFramework Class Usage Examples

Public Methods

Method Description
FullTextClause ( string searchText ) : System.Collections.Generic

Creates a new FullTextClause instance.

Private Methods

Method Description
BuildSql ( BuildSqlContext sqlContext ) : void

Builds the SQL for the full text.

Method Details

FullTextClause() public method

Creates a new FullTextClause instance.
public FullTextClause ( string searchText ) : System.Collections.Generic
searchText string /// The text to search for ///
return System.Collections.Generic