C# Class DataAccessFramework.Querying.FullTextClause

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

Méthodes publiques

Méthode Description
FullTextClause ( string searchText ) : System.Collections.Generic

Creates a new FullTextClause instance.

Private Methods

Méthode Description
BuildSql ( BuildSqlContext sqlContext ) : void

Builds the SQL for the full text.

Method Details

FullTextClause() public méthode

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